df68d53fc5
Test jobs will look for a bindep.txt file in the repo to determine which system packages need to be installed. If it does not find a local one in the repo it will fall back to an OpenStack-wide bindep that has many packages not needed for most projects. This adds a limited list needed for this repo. For more details, see: http://lists.openstack.org/pipermail/openstack-dev/2016-August/101590.html Change-Id: Ic7e00b6a34c0e46c678e5c10ecf0e76faa9913c8
14 lines
455 B
Plaintext
14 lines
455 B
Plaintext
# This is a cross-platform list tracking distribution packages needed by tests;
|
|
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
gettext
|
|
libffi-dev [platform:dpkg]
|
|
libffi-devel [platform:rpm]
|
|
libssl-dev [platform:ubuntu-xenial]
|
|
locales [platform:debian]
|
|
python-dev [platform:dpkg]
|
|
python-devel [platform:rpm]
|
|
python3-all-dev [platform:ubuntu !platform:ubuntu-precise]
|
|
python3-dev [platform:dpkg]
|
|
python3-devel [platform:fedora]
|