Update requirements and pbr version

Change-Id: I72029938b27077f15424859db503b0e40348ff38
This commit is contained in:
Flavio Percoco 2013-09-12 13:47:35 +02:00
parent 5c35daf2f7
commit 4899acfbb2
2 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,7 @@
d2to1>=0.2.10,<0.3
pbr>=0.5.16,<0.6
pbr>=0.5.21,<1.0
six>=1.3.0
-f http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a3.tar.gz#egg=oslo.config-1.2.0a3
oslo.config>=1.2.0a3
python-keystoneclient
-f http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a4.tar.gz#egg=oslo.config-1.2.0a4
oslo.config>=1.2.0a4

View File

@ -19,5 +19,5 @@ import setuptools
setuptools.setup(
setup_requires=['d2to1>=0.2.10,<0.3', 'pbr>=0.5,<0.6'],
setup_requires=['pbr>=0.5.21,<1.0'],
d2to1=True)