db25452e43
This fixes inconsistencies in other-requirements.txt. For example, python3-all-dev depends on python3-all, so we don't need to manually install python3-all if we install python3-all-dev. python3-all means all version of python3 available in the system, so we shouldn't manually install python3.4 or 3.5. Also, using [platform:ubuntu- is a bad idea (ie: it wont work in Debian). Change-Id: Iaaaa2b137c1b751f8383ba21343dcc704c868187
33 lines
900 B
Plaintext
33 lines
900 B
Plaintext
# See openstack-infra/project-config:jenkins/data/bindep-fallback.txt
|
|
# This is used by bindep: sudo [apt-get | yum] install $(bindep -b)
|
|
|
|
gettext
|
|
libssl-dev
|
|
postgresql
|
|
|
|
libffi-dev [platform:dpkg]
|
|
libffi-devel [platform:rpm]
|
|
libldap2-dev [platform:dpkg]
|
|
libsasl2-dev [platform:dpkg]
|
|
libsqlite3-dev [platform:dpkg]
|
|
libxml2-dev [platform:dpkg]
|
|
libxslt1-dev [platform:dpkg]
|
|
mysql-client [platform:dpkg]
|
|
mysql-server [platform:dpkg]
|
|
postgresql-client [platform:dpkg]
|
|
postgresql-server-dev-all [platform:dpkg]
|
|
python-all-dev [platform:dpkg]
|
|
python3-all-dev [platform:dpkg]
|
|
|
|
cyrus-sasl-devel [platform:rpm]
|
|
libxml2-devel [platform:rpm]
|
|
mariadb [platform:rpm]
|
|
mariadb-devel [platform:rpm]
|
|
mariadb-server [platform:rpm]
|
|
openldap-devel [platform:rpm]
|
|
postgresql-devel [platform:rpm]
|
|
postgresql-server [platform:rpm]
|
|
python-devel [platform:rpm]
|
|
python3-devel [platform:fedora]
|
|
python34-devel [platform:centos]
|