]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Updated from global requirements
authorOpenStack Jenkins <jenkins@openstack.org>
Thu, 10 Oct 2013 20:24:27 +0000 (20:24 +0000)
committerOpenStack Jenkins <jenkins@openstack.org>
Thu, 10 Oct 2013 20:24:27 +0000 (20:24 +0000)
Change-Id: Ic2508231560ea1bd7d8c8df01193846bec4f70cc

requirements.txt
setup.py

index 219962d4a418f8ebb794477a0efe3065c054c431..d410b0385c639676311f67f05df1173cc324e2c2 100644 (file)
@@ -10,16 +10,16 @@ kombu>=2.4.8
 lockfile>=0.8
 lxml>=2.3
 netaddr
-oslo.config>=1.1.0
+oslo.config>=1.2.0
 paramiko>=1.8.0
 Paste
 PasteDeploy>=1.5.0
 python-glanceclient>=0.9.0
-python-keystoneclient>=0.3.0
+python-keystoneclient>=0.3.2
 python-novaclient>=2.15.0
 python-swiftclient>=1.5
 Routes>=1.12.3
-six
+six>=1.4.1
 SQLAlchemy>=0.7.8,<=0.7.99
 sqlalchemy-migrate>=0.7.2
 stevedore>=0.10
index 2a0786a8b28e67a7be5b8c4834529bcc17a6ae33..70c2b3f32bd6d483261621bda3ec22edcb33dc43 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -18,5 +18,5 @@
 import setuptools
 
 setuptools.setup(
-    setup_requires=['pbr>=0.5.21,<1.0'],
+    setup_requires=['pbr'],
     pbr=True)