e5638ba061
This is used for docs and linting jobs. Also update the tox.ini file to correct the egg name for the zuul dep and other tox changes. Upgrade ansible-lint to a version that works on noble. Change-Id: Ie329be30a3ab29774be67ef9f7f07bfb1c4f0abb
15 lines
493 B
Plaintext
15 lines
493 B
Plaintext
# This is a cross-platform list tracking distribution packages needed by tests;
|
|
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
# Need to build cryptography for installing ansible-lint
|
|
build-essential [platform:dpkg]
|
|
gcc [platform:rpm]
|
|
libssl-dev [platform:dpkg]
|
|
openssl-devel [platform:rpm]
|
|
libffi-dev [platform:dpkg]
|
|
libffi-devel [platform:rpm]
|
|
python3-dev [test platform:dpkg]
|
|
python3-devel [test platform:rpm]
|
|
libre2-dev [platform:dpkg]
|
|
re2-devel [platform:rpm]
|