c550e402bf
Add support for tox testing under Debian Bullseye by enabling a python 3.9 gate and tox target for exercising plugin unit tests. Also fix the pylint gate failure. Story: 2009101 Task: 43129 Signed-off-by: Charles Short <charles.short@windriver.com> Change-Id: Iac6eb206724bccb0e6897e1877e77d4e712f71b6
11 lines
371 B
Plaintext
11 lines
371 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.
|
|
|
|
libffi-dev [platform:dpkg]
|
|
libldap2-dev [platform:dpkg]
|
|
libxml2-dev [platform:dpkg]
|
|
libxslt1-dev [platform:dpkg]
|
|
libsasl2-dev [platform:dpkg]
|
|
libffi-devel [platform:rpm]
|
|
python3-all-dev [platform:dpkg]
|