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: Ia930b4155044c03e2b8222bcefb42d18f3a429e4
This commit is contained in:
Andreas Jaeger 2016-03-26 16:28:37 +01:00
parent ea1bdfcc47
commit 17a20fdd68
1 changed files with 10 additions and 0 deletions

10
other-requirements.txt Normal file
View File

@ -0,0 +1,10 @@
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]