]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Updated from global requirements
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>
Sat, 18 Jul 2015 16:06:06 +0000 (16:06 +0000)
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>
Sat, 18 Jul 2015 16:06:06 +0000 (16:06 +0000)
Change-Id: I1385cfc5d8838fbb73ba5c909537d072cba8d736

requirements.txt
setup.py
test-requirements.txt

index 6f8aa529761a83be7ae27ae94e21a2a3254074eb..2d7c1ad3638b3037fe5d843360d3df6bd3496187 100644 (file)
@@ -1,18 +1,19 @@
 # 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,>=0.11
+pbr<2.0,>=1.3
 
 Paste
 PasteDeploy>=1.5.0
-Routes!=2.0,!=2.1,>=1.12.3
+Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7'
+Routes!=2.0,>=1.12.3;python_version!='2.7'
 debtcollector>=0.3.0 # Apache-2.0
 eventlet>=0.17.4
 greenlet>=0.3.2
 httplib2>=0.7.5
 requests>=2.5.2
 Jinja2>=2.6 # BSD License (3 clause)
-keystonemiddleware>=1.5.0
+keystonemiddleware>=2.0.0
 netaddr>=0.7.12
 python-neutronclient<3,>=2.3.11
 retrying!=1.3.0,>=1.2.3 # Apache-2.0
@@ -27,9 +28,9 @@ oslo.config>=1.11.0 # Apache-2.0
 oslo.context>=0.2.0 # Apache-2.0
 oslo.db>=1.12.0 # Apache-2.0
 oslo.i18n>=1.5.0 # Apache-2.0
-oslo.log>=1.2.0 # Apache-2.0
+oslo.log>=1.6.0 # Apache-2.0
 oslo.messaging>=1.16.0 # Apache-2.0
-oslo.middleware!=2.0.0,>=1.2.0 # Apache-2.0
+oslo.middleware>=2.4.0 # Apache-2.0
 oslo.policy>=0.5.0 # Apache-2.0
 oslo.rootwrap>=2.0.0 # Apache-2.0
 oslo.serialization>=1.4.0 # Apache-2.0
index 056c16c2b8f976828c58389b80d184266c9cde7c..d8080d05c867a158c3c1544f93595d7c92df17c9 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -25,5 +25,5 @@ except ImportError:
     pass
 
 setuptools.setup(
-    setup_requires=['pbr'],
+    setup_requires=['pbr>=1.3'],
     pbr=True)
index 221e9c73528e7a4e749b64abb43b51c6147ba4e6..b2c8bc9bbd7c56afbe32dd99d1f41fa1e91b35e0 100644 (file)
@@ -6,7 +6,7 @@ hacking<0.11,>=0.10.0
 cliff>=1.13.0 # Apache-2.0
 coverage>=3.6
 fixtures>=1.3.1
-mock>=1.1;python_version!='2.6'
+mock!=1.1.4,>=1.1;python_version!='2.6'
 mock==1.0.1;python_version=='2.6'
 python-subunit>=0.0.18
 requests-mock>=0.6.0 # Apache-2.0
@@ -16,8 +16,8 @@ testrepository>=0.0.18
 testtools>=1.4.0
 testscenarios>=0.4
 WebTest>=2.0
-oslotest>=1.5.1 # Apache-2.0
+oslotest>=1.7.0 # Apache-2.0
 os-testr>=0.1.0
 tempest-lib>=0.6.1
 ddt>=0.7.0
-pylint==1.4.4  # GNU GPL v2
+pylint==1.4.4 # GNU GPL v2