70dc3e4f71
Adjust some of the dependencies. multi_key_dict is not shipped by OpenStack Zuul templates `build-openstack-docs-pti` or `openstack-cover-jobs` we thus need to depend on `requirements.txt`. setuptools v66.0.0 removed support for PEP 440 non-conforming versions. It provides pkg_resources which we use in PluginVersion. Tox `whitelist_externals` has been renamed `allowlist_externals`. Signed-off-by: Antoine Musso <hashar@free.fr> Change-Id: Ie791c2bb0e7b3784913f45768d2f3db4c66ccae5
14 lines
432 B
Plaintext
14 lines
432 B
Plaintext
# This is a cross-platform list tracking distribution packages needed by tests;
|
|
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
|
build-essential [platform:dpkg]
|
|
gcc [platform:rpm]
|
|
pypy [test]
|
|
pypy-dev [test]
|
|
python-devel [platform:rpm]
|
|
python3-dev [platform:dpkg]
|
|
python3-devel [platform:fedora]
|
|
libssl-dev [platform:dpkg]
|
|
openssl-devel [platform:rpm]
|
|
libkrb5-dev [platform:ubuntu]
|
|
krb5-libs [platform:rpm]
|