From f2f278fcbec3ad52a1726bb5a3f775d13bcc99dc Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Wed, 21 Dec 2016 13:27:20 +1100 Subject: Add Constraints support Adding constraints support to libraries is slightly more complex than services as the libraries themselves are listed in upper-constraints.txt which leads to errors that you can't install a specific version and a constrained version. This change adds constraints support by also adding a helper script to edit the constraints to remove python-swiftclient. Change-Id: I3947a6165eaa9f5cb62a7df4f5a2c16065da2f1d --- bindep.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'bindep.txt') diff --git a/bindep.txt b/bindep.txt index efc5441..e3ea9c1 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,5 +1,6 @@ # This is a cross-platform list tracking distribution packages needed by tests; # see http://docs.openstack.org/infra/bindep/ for additional information. +curl pypy [test] pypy-dev [test] -- cgit v1.2.1