From 17a20fdd6852f66880c5863e61fcb75183fc28da Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 26 Mar 2016 16:28:37 +0100 Subject: [PATCH] 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 --- other-requirements.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 other-requirements.txt diff --git a/other-requirements.txt b/other-requirements.txt new file mode 100644 index 00000000..d7163d8f --- /dev/null +++ b/other-requirements.txt @@ -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]