From 48954b3fda52ced8b549b07c87901bb1dfc5e98c Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Wed, 17 May 2017 10:59:30 -0600 Subject: Update tox configuration Update the tox configuration to pull in the openstack upper-constraints.txt when running releasenotes. This will fix the releasenotes job that is currently failing due to a new version of sphinx. Additionally this change includes updates from puppet-modulesync-configs. Change-Id: Ie587bfde2367dfec796f1b07c01bba15d839a3b1 Related-Bug: #1691511 --- bindep.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bindep.txt') diff --git a/bindep.txt b/bindep.txt index 4f9b425..7cdd58e 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,2 +1,11 @@ # This is a cross-platform list tracking distribution packages needed by tests; # see http://docs.openstack.org/infra/bindep/ for additional information. + +libxml2-devel [test platform:rpm] +libxml2-dev [test platform:dpkg] +libxslt-devel [test platform:rpm] +libxslt1-dev [test platform:dpkg] +ruby-devel [test platform:rpm] +ruby-dev [test platform:dpkg] +zlib1g-dev [test platform:dpkg] +zlib-devel [test platform:rpm] -- cgit 1.2.3-korg