fd5c9687ee
Some tests require building python-ldap The required python-ldap dependency packages were added to bindep in [1]. However, a couple zuul jobs were not picking up these dependencies, causing them to still fail. Added configs needed in .zuul.yaml in order to pick up the python-ldap deps when running patch alarm tests. Refs: [1] https://review.opendev.org/c/starlingx/update/+/922523 Test Plan: pass - tox -e pylint,py39 -c patch-alarm/patch-alarm/tox.ini pass - zuul Partial-Bug: 2036280 Change-Id: I738b2fb7f2056dcb22e61b620fdb1b9ce4ad4223 Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com>
13 lines
546 B
Plaintext
13 lines
546 B
Plaintext
# This is a cross-platform list tracking distribution packages needed for install and tests;
|
|
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
|
# Do not install python2 rpms in a python3 only environment such as debian-bullseye
|
|
|
|
gir1.2-glib-2.0 [platform:dpkg]
|
|
gir1.2-ostree-1.0 [platform:dpkg]
|
|
libcairo2-dev [platform:dpkg]
|
|
libgirepository1.0-dev [platform:dpkg]
|
|
libldap2-dev [pylint python3 platform:dpkg]
|
|
libsasl2-dev [pylint python3 platform:dpkg]
|
|
libssl-dev [pylint python3 platform:dpkg]
|
|
python3-rpm [platform:dpkg]
|