d07d6d65ef
The linters env is picking up zuul-jobs content too, so we need to add zuul to get the zuul_ modules ... otherwise ansible-lint has a sad. Add zuul to test-requirements like is done in zuul-jobs. Then point the library path to zuul/ansible/library in the site-packages dir from tox so that we pick up the right files. Change-Id: I7a4f0159290d67354e0a73365091a0d1718762fd
17 lines
610 B
Plaintext
17 lines
610 B
Plaintext
# This is a cross-platform list tracking distribution packages needed by tests;
|
|
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
libffi-devel [test platform:rpm]
|
|
libffi-dev [test platform:dpkg]
|
|
libssl-dev [platform:dpkg]
|
|
openssl-devel [platform:rpm]
|
|
python3-dev [compile test platform:dpkg platform:apk]
|
|
python3-devel [compile test platform:rpm]
|
|
libre2-dev [compile test platform:dpkg]
|
|
libre2-4 [platform:ubuntu-bionic]
|
|
libre2-3 [platform:debian-stretch]
|
|
libre2-1v5 [platform:ubuntu-xenial]
|
|
re2-devel [compile test platform:rpm]
|
|
re2-dev [platform:apk]
|
|
re2 [platform:rpm platform:apk]
|