From fbd0619278bc5c1db2bf65cae58d46e651840ed8 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 30 Jun 2016 08:16:31 +0200 Subject: [PATCH] List system dependencies for running common tests Add an other-requirements.txt file containing a cross-platform list of dependencies needed for running included tests. This change is self-testing. For other-requirements.txt see also http://docs.openstack.org/infra/manual/drivers.html#package-requirements [*] http://docs.openstack.org/infra/bindep/ Change-Id: I62c79e1a2ebce225c6af7b81f7d00a852bc85e33 --- other-requirements.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 other-requirements.txt diff --git a/other-requirements.txt b/other-requirements.txt new file mode 100644 index 0000000..d50455b --- /dev/null +++ b/other-requirements.txt @@ -0,0 +1,16 @@ +# This is a cross-platform list tracking distribution packages needed by tests; +# see http://docs.openstack.org/infra/bindep/ for additional information. + +dbus-devel [platform:rpm] +dbus-glib-devel [platform:rpm] +language-pack-en [platform:ubuntu] +locales [platform:debian] +python-dev [platform:dpkg] +python-devel [platform:rpm] +python-libvirt [platform:dpkg] +python3-all-dev [platform:ubuntu !platform:ubuntu-precise] +python3-dev [platform:dpkg] +python3-devel [platform:fedora] +python3.4 [platform:ubuntu-trusty] +python34-devel [platform:centos] +python3.5 [platform:ubuntu-xenial]