From 6d8c504fb1a1e999f199db618b67fcf648804cfc Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Wed, 20 Apr 2016 11:59:48 -0500 Subject: [PATCH] Add other-requirements.txt The source for the list is doc/source/devref/development.environment.rst This is used by the bindep program: sudo [apt-get | yum] install $(bindep -b) Change-Id: Ic7b2ce6db3e87ba76064118a909d468f72f41507 --- other-requirements.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 other-requirements.txt diff --git a/other-requirements.txt b/other-requirements.txt new file mode 100644 index 0000000000..a8af27c97f --- /dev/null +++ b/other-requirements.txt @@ -0,0 +1,34 @@ +# 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-dev [platform:dpkg] +python3-all-dev [platform:ubuntu-trusty] +python3-dev [platform:dpkg] +python3.4 [platform:ubuntu-trusty] + +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]