]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Updated from global requirements
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>
Mon, 21 Sep 2015 18:56:49 +0000 (18:56 +0000)
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>
Mon, 21 Sep 2015 18:56:49 +0000 (18:56 +0000)
Change-Id: Ifc569f4371b0fafe071d99bf6542ca2802da8bd9

requirements.txt
setup.py
test-requirements.txt

index 210fec273229b09a7f61f18845f19a480d383275..3f6823d7b83b18b5080158d296817b48cf5c9947 100644 (file)
@@ -1,7 +1,7 @@
 # The order of packages is significant, because pip processes them in the order
 # of appearance. Changing the order has an impact on the overall integration
 # process, which may cause wedges in the gate later.
-pbr<2.0,>=1.6
+pbr>=1.6
 
 Paste
 PasteDeploy>=1.5.0
index d8080d05c867a158c3c1544f93595d7c92df17c9..782bb21f06c69422d97ee092c7ce684181a958cf 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -25,5 +25,5 @@ except ImportError:
     pass
 
 setuptools.setup(
-    setup_requires=['pbr>=1.3'],
+    setup_requires=['pbr>=1.8'],
     pbr=True)
index db65578e0a9f9492d62397dbfae257a32de0d063..ac9738eabe701cbc47ee11911832df272d314f90 100644 (file)
@@ -17,6 +17,6 @@ testscenarios>=0.4
 WebTest>=2.0
 oslotest>=1.10.0 # Apache-2.0
 os-testr>=0.1.0
-tempest-lib>=0.6.1
+tempest-lib>=0.8.0
 ddt>=0.7.0
 pylint==1.4.4 # GNU GPL v2