5d5813a7f6
This copies the documentation scaffold, packaging setup, testing framework and development environment files from the zuul-jobs repo for consistency. Change-Id: I64046054a65c3e01b0b81c01813482b67535d51b Depends-On: Ib43621d29c4082c3a34a221a6462910364c19319
13 lines
429 B
Plaintext
13 lines
429 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]
|