From ff7acbfb095c38ae569917495be0f2913fad23d8 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Sat, 21 Oct 2017 17:20:08 -0500 Subject: [PATCH] Add bindep file Adding a bindep file so jobs will not fallback to the more exhaustive default bindep file with unnecessary packages. Change-Id: Iec6576077aac5821809e1dacad05e5f9f6c113b3 --- bindep.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..94af05c --- /dev/null +++ b/bindep.txt @@ -0,0 +1,28 @@ +# 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] +libdbus-1-dev [platform:dpkg] +libdbus-glib-1-dev [platform:dpkg] +libffi-dev [platform:dpkg] +libffi-devel [platform:rpm] +libjpeg-dev [platform:dpkg] +libssl-dev [platform:dpkg] +locales [platform:debian] +openssl-devel [platform:rpm] +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] +python3.5 [platform:ubuntu-xenial] +python34-devel [platform:centos] +virtual/libffi [platform:gentoo] +python3-yaml [platform:ubuntu] +gnupg [platform:ubuntu] +python-launchpadlib [platform:ubuntu] +git-review [platform:ubuntu]