Sync with global requirements

Change-Id: Id5eb0d454cfb25cac98be6d8554c89007f08a5c5
This commit is contained in:
Sergey Lukjanov 2016-09-21 09:56:13 -07:00
parent cfa3ead967
commit c301a0f294
3 changed files with 21 additions and 21 deletions

View File

@ -2,17 +2,17 @@
# of appearance. Changing the order has an impact on the overall integration # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
pbr>=1.6 pbr>=1.6 # Apache-2.0
cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0 cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0
futures>=3.0 # BSD futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
docker-py>=1.6.0,<1.8.0 # Apache-2.0 docker-py<1.8.0,>=1.6.0 # Apache-2.0
GitPython>=1.0.1 # BSD License (3 clause) GitPython>=1.0.1 # BSD License (3 clause)
Jinja2>=2.8 # BSD License (3 clause) Jinja2>=2.8 # BSD License (3 clause)
jsonschema>=2.0.0,<3.0.0,!=2.5.0 # MIT jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
PyYAML>=3.1.0 # MIT PyYAML>=3.1.0 # MIT
six>=1.9.0 # MIT six>=1.9.0 # MIT
keystoneauth1>=2.10.0 # Apache-2.0
pykube pykube
keystoneauth1>=2.7.0 # Apache-2.0 python-neutronclient>=5.1.0 # Apache-2.0
python-neutronclient>=4.2.0 # Apache-2.0 python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0
python-novaclient>=2.29.0,!=2.33.0 # Apache-2.0

View File

@ -25,5 +25,5 @@ except ImportError:
pass pass
setuptools.setup( setuptools.setup(
setup_requires=['pbr'], setup_requires=['pbr>=1.8'],
pbr=True) pbr=True)

View File

@ -2,15 +2,15 @@
# of appearance. Changing the order has an impact on the overall integration # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
hacking<0.11,>=0.10.0 hacking<0.12,>=0.11.0 # Apache-2.0
bashate>=0.2 # Apache-2.0 bashate>=0.2 # Apache-2.0
coverage>=3.6 coverage>=3.6 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD fixtures>=3.0.0 # Apache-2.0/BSD
python-subunit>=0.0.18 python-subunit>=0.0.18 # Apache-2.0/BSD
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
oslosphinx>=2.5.0 # Apache-2.0 oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0
testrepository>=0.0.18 testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 testtools>=1.4.0 # MIT