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.

This change is self-testing.

Change-Id: Id66f1a150cde886c33ae977efcb2c4337f160d0c
This commit is contained in:
Andreas Jaeger 2016-03-28 16:06:40 +02:00 committed by Andreas Jaeger
parent 1605dd540f
commit 054e2cc57d

13
other-requirements.txt Normal file
View File

@ -0,0 +1,13 @@
# This is a cross-platform list tracking distribution packages needed by tests;
# see http://docs.openstack.org/infra/bindep/ for additional information.
gettext
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
zlib-devel [platform:rpm]
zlib1g-dev [platform:dpkg]