d661ad4042
So that the syntax check which runs on playbooks can find zuul_return. Add re2 library to bindep, it's needed for zuul. Change-Id: I93213ee19652c0ec9f4bc699204e9445a1e891c8
20 lines
667 B
Plaintext
20 lines
667 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 [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]
|