summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-02-09 08:21:47 +0100
committerAndreas Jaeger <aj@suse.com>2016-02-09 08:21:47 +0100
commit10215b26e74c71af81752f988b89f15589f2a7f5 (patch)
tree5a9b855660c2de5b259aaa00ea3e3a99337f656f
parente056c80dd19046af6f6793064ec405197f458e92 (diff)
downloadoslo-config-3.6.0.tar.gz
Add debtcollector as requirement3.6.0
oslo.config imports debtcollector but does not require it. This now leads to build failures for projects importing oslo.config like: http://logs.openstack.org/97/277697/1/check/gate-openstack-manuals-tox-checkniceness/1729088/console.html#_2016-02-09_06_50_36_536 Change-Id: I4c598b338592a56c8a0b447c5fdfaf3f5c2f4876
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 8613387..2d84059 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,6 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
+debtcollector>=1.2.0 # Apache-2.0
netaddr!=0.7.16,>=0.7.12 # BSD
six>=1.9.0 # MIT
stevedore>=1.5.0 # Apache-2.0