Install only required packages

Add other-requirements.txt to install only required
packages that we need for testing and not extra packages
that are installed by default.

Change-Id: I615def12e07710110d10f1a06ec4596de75f989c
This commit is contained in:
Andreas Jaeger 2016-03-29 09:50:59 +02:00
parent f6a16dd2f3
commit 54840f6890
1 changed files with 17 additions and 0 deletions

17
other-requirements.txt Normal file
View File

@ -0,0 +1,17 @@
# This is a cross-platform list tracking distribution packages needed by tests;
# see http://docs.openstack.org/infra/bindep/ for additional information.
fonts-nanum [platform:dpkg]
fonts-takao [platform:dpkg]
gettext
gnome-doc-utils
libxml2-dev [platform:dpkg]
libxml2-devel [platform:rpm]
libxml2-utils [platform:dpkg]
libxslt-devel [platform:rpm]
libxslt1-dev [platform:dpkg]
python-dev [platform:dpkg]
python-lxml
xsltproc [platform:dpkg]
zlib-devel [platform:rpm]
zlib1g-dev [platform:dpkg]