c7901b4e40
1.Fix install_rally.sh.Move all system packages from install_rally.sh script to separate file bindep.txt add call to bindep from install_rally.sh script 2.Add bindep command to tox.ini, we can use "tox -e bindep" to check the required system packages which is missing. 3.Install bindep when running Dockerfile Change-Id: If4568c22d3b4f1c393c217d935cda233bd41d45e
24 lines
724 B
Plaintext
24 lines
724 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]
|
|
git
|
|
gmp-devel [platform:rpm]
|
|
libffi-dev [platform:dpkg]
|
|
libffi-devel [platform:rpm !platform:opensuse]
|
|
libffi48-devel [platform:opensuse]
|
|
libpq-dev [platform:dpkg]
|
|
libssl-dev [platform:dpkg]
|
|
libxml2-dev [platform:dpkg]
|
|
libxml2-devel [platform:rpm]
|
|
libxslt1-dev [platform:dpkg]
|
|
libxslt-devel [platform:rpm]
|
|
openssl-devel [platform:rpm]
|
|
postgresql-devel [platform:rpm !platform:opensuse]
|
|
postgresql93-devel [platform:opensuse]
|
|
python-dev [platform:dpkg]
|
|
python-devel [platform:rpm]
|
|
redhat-rpm-config [platform:rpm]
|
|
wget
|