From a07c7b146d71d82e773fa1344e4df8ec22e654ac Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 8 Sep 2016 17:25:36 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ib84e3c1cad6a92bcffdc3fa594345f675982187e --- requirements.txt | 50 ++++++++++++++++++++--------------------- setup.py | 2 +- test-requirements.txt | 52 +++++++++++++++++++++---------------------- 3 files changed, 52 insertions(+), 52 deletions(-) diff --git a/requirements.txt b/requirements.txt index e18de129a..6796f7435 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,28 +2,28 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -pbr>=1.6 -Babel>=1.3 -lxml>=2.3 -python-ceilometerclient>=2.2.1 # Apache-2.0 -python-cinderclient>=1.3.1 # Apache-2.0 -python-dateutil>=2.4.2 -python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0 -python-neutronclient!=4.1.0,>=2.6.0 # Apache-2.0 -python-novaclient>=2.26.0 -python-heatclient>=1.1.0 # Apache-2.0 -pyzabbix>=0.7.4 # LGPL -networkx>=1.10 -oslo.config>=2.7.0 # Apache-2.0 -oslo.messaging>=4.5.0 # Apache-2.0 -oslo.log>=1.12.0 # Apache-2.0 -oslo.policy>=0.3.0 -oslo.service>=1.0.0 # Apache-2.0 -oslo.i18n>=2.1.0 -pecan>=0.8.0 -PasteDeploy>=1.5.0 -Werkzeug>=0.7 -keystonemiddleware>=2.3.0 -stevedore>=1.5.0 # Apache-2.0 -voluptuous>=0.8.8 -sympy>=0.7.6.1 +pbr>=1.6 # Apache-2.0 +Babel>=2.3.4 # BSD +lxml>=2.3 # BSD +python-ceilometerclient>=2.5.0 # Apache-2.0 +python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0 +python-dateutil>=2.4.2 # BSD +python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0 +python-neutronclient>=5.1.0 # Apache-2.0 +python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0 +python-heatclient>=1.4.0 # Apache-2.0 +pyzabbix>=0.7.4 # LGPL +networkx>=1.10 # BSD +oslo.config>=3.14.0 # Apache-2.0 +oslo.messaging>=5.2.0 # Apache-2.0 +oslo.log>=1.14.0 # Apache-2.0 +oslo.policy>=1.9.0 # Apache-2.0 +oslo.service>=1.10.0 # Apache-2.0 +oslo.i18n>=2.1.0 # Apache-2.0 +pecan!=1.0.2,!=1.0.3,!=1.0.4,>=1.0.0 # BSD +PasteDeploy>=1.5.0 # MIT +Werkzeug>=0.7 # BSD License +keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0 # Apache-2.0 +stevedore>=1.16.0 # Apache-2.0 +voluptuous>=0.8.9 # BSD License +sympy>=0.7.6 # BSD diff --git a/setup.py b/setup.py index 056c16c2b..782bb21f0 100644 --- a/setup.py +++ b/setup.py @@ -25,5 +25,5 @@ except ImportError: pass setuptools.setup( - setup_requires=['pbr'], + setup_requires=['pbr>=1.8'], pbr=True) diff --git a/test-requirements.txt b/test-requirements.txt index e5e4f6c90..1d9c516b4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,31 +3,31 @@ # process, which may cause wedges in the gate later. hacking<0.11,>=0.10.0 -python-dateutil>=2.4.2 -coverage>=3.6 -lxml>=2.3 -networkx>=1.10 -python-ceilometerclient>=2.2.1 # Apache-2.0 -python-cinderclient>=1.3.1 # Apache-2.0 -python-neutronclient!=4.1.0,>=2.6.0 # Apache-2.0 -python-novaclient>=2.26.0 -python-heatclient>=1.1.0 # Apache-2.0 -python-subunit>=0.0.18 -pyzabbix>=0.7.4 # LGPL -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -oslo.log>=1.12.0 # Apache-2.0 -oslosphinx>=2.5.0 # Apache-2.0 +python-dateutil>=2.4.2 # BSD +coverage>=3.6 # Apache-2.0 +lxml>=2.3 # BSD +networkx>=1.10 # BSD +python-ceilometerclient>=2.5.0 # Apache-2.0 +python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0 +python-neutronclient>=5.1.0 # Apache-2.0 +python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0 +python-heatclient>=1.4.0 # Apache-2.0 +python-subunit>=0.0.18 # Apache-2.0/BSD +pyzabbix>=0.7.4 # LGPL +sphinx!=1.3b1,<1.3,>=1.2.1 # BSD +oslo.log>=1.14.0 # Apache-2.0 +oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 -oslo.service>=1.0.0 # Apache-2.0 -oslo.config>=2.7.0 # Apache-2.0 -oslo.messaging>=4.5.0 # Apache-2.0 -oslo.i18n>=2.1.0 -oslo.policy>=0.3.0 -pecan>=0.8.0 +oslo.service>=1.10.0 # Apache-2.0 +oslo.config>=3.14.0 # Apache-2.0 +oslo.messaging>=5.2.0 # Apache-2.0 +oslo.i18n>=2.1.0 # Apache-2.0 +oslo.policy>=1.9.0 # Apache-2.0 +pecan!=1.0.2,!=1.0.3,!=1.0.4,>=1.0.0 # BSD tempest-lib>=0.14.0 # Apache-2.0 -testrepository>=0.0.18 -testscenarios>=0.4 -testtools>=1.4.0 -stevedore>=1.5.0 # Apache-2.0 -voluptuous>=0.8.8 -sympy>=0.7.6.1 +testrepository>=0.0.18 # Apache-2.0/BSD +testscenarios>=0.4 # Apache-2.0/BSD +testtools>=1.4.0 # MIT +stevedore>=1.16.0 # Apache-2.0 +voluptuous>=0.8.9 # BSD License +sympy>=0.7.6 # BSD