01dacf08ba
Since we install Zuul for the linters job, we need to have its binary dependencies installed. libre2 was recently added. Change-Id: I14354b5f67e48877fe1caddb273bf8b1d5669c85
15 lines
481 B
Plaintext
15 lines
481 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]
|
|
python-dev [platform:dpkg]
|
|
python-devel [platform:rpm]
|
|
libre2-dev [platform:dpkg]
|
|
re2-devel [platform:rpm]
|