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: Id7649eae0262247aa571b5126fb368074cfa821c
This commit is contained in:
Andreas Jaeger 2016-03-28 19:15:27 +02:00
parent f38175d950
commit a16a11bdfe
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]