From 305c320dcbe13acc2a76f5dca16d3ffa079a74d3 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 11 Apr 2018 11:50:10 -0400 Subject: [PATCH] uncap eventlet We will manage the eventlet version using constraints now. See the thread starting at http://lists.openstack.org/pipermail/openstack-dev/2018-April/129096.html for more details. Change-Id: I3c4282f0bc2ddedf816f366cd058823777ecdab9 Co-Authored-By: Michel Peterson --- requirements.txt | 46 +++++++++++++++++++++---------------------- setup.py | 2 +- test-requirements.txt | 30 ++++++++++++++-------------- 3 files changed, 39 insertions(+), 39 deletions(-) diff --git a/requirements.txt b/requirements.txt index 418263b5..65ed2447 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,26 +2,26 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -pbr!=2.1.0,>=2.0.0 # Apache-2.0 -pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD -WSME>=0.8 # MIT -six>=1.9.0 # MIT -eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 -oslo.log>=3.22.0 # Apache-2.0 -oslo.context>=2.14.0 # Apache-2.0 -oslo.messaging!=5.25.0,>=5.24.2 # Apache-2.0 -oslo.concurrency>=3.8.0 # Apache-2.0 -oslo.service>=1.10.0 # Apache-2.0 -oslo.db>=4.24.0 # Apache-2.0 -oslo.utils>=3.20.0 # Apache-2.0 -oslo.versionedobjects>=1.17.0 # Apache-2.0 -oslo.policy>=1.23.0 # Apache-2.0 -SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT -alembic>=0.8.10 # MIT -stevedore>=1.20.0 # Apache-2.0 -keystonemiddleware>=4.17.0 # Apache-2.0 -jsonpatch!=1.20,>=1.16 # BSD -psutil>=3.2.2 # BSD -mock>=2.0.0 # BSD \ No newline at end of file +pbr!=2.1.0 # Apache-2.0 +pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2 # BSD +WSME # MIT +six # MIT +eventlet!=0.18.3,!=0.20.1,!=0.21.0 # MIT +oslo.i18n # Apache-2.0 +oslo.config!=4.3.0,!=4.4.0 # Apache-2.0 +oslo.log # Apache-2.0 +oslo.context # Apache-2.0 +oslo.messaging # Apache-2.0 +oslo.concurrency # Apache-2.0 +oslo.service!=1.28.1 # Apache-2.0 +oslo.db # Apache-2.0 +oslo.utils # Apache-2.0 +oslo.versionedobjects # Apache-2.0 +oslo.policy # Apache-2.0 +SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8 # MIT +alembic # MIT +stevedore # Apache-2.0 +keystonemiddleware # Apache-2.0 +jsonpatch!=1.20 # BSD +psutil # BSD +mock # BSD diff --git a/setup.py b/setup.py index 056c16c2..566d8443 100644 --- a/setup.py +++ b/setup.py @@ -25,5 +25,5 @@ except ImportError: pass setuptools.setup( - setup_requires=['pbr'], + setup_requires=['pbr>=2.0.0'], pbr=True) diff --git a/test-requirements.txt b/test-requirements.txt index 20c88ffe..6b0cc3e7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,19 +4,19 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -coverage!=4.4,>=4.0 # Apache-2.0 -fixtures>=3.0.0 # Apache-2.0/BSD -mock>=2.0.0 # BSD -sphinx>=1.6.2 # BSD -ddt>=1.0.1 # MIT -oslosphinx>=4.7.0 # Apache-2.0 -oslotest>=1.10.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD -testresources>=0.2.4 # Apache-2.0/BSD -testscenarios>=0.4 # Apache-2.0/BSD -testtools>=1.4.0 # MIT -sphinxcontrib-pecanwsme>=0.8.0 # Apache-2.0 +coverage!=4.4 # Apache-2.0 +fixtures # Apache-2.0/BSD +mock # BSD +sphinx!=1.6.6,!=1.6.7 # BSD +ddt # MIT +oslosphinx # Apache-2.0 +oslotest # Apache-2.0 +testrepository # Apache-2.0/BSD +testresources # Apache-2.0/BSD +testscenarios # Apache-2.0/BSD +testtools # MIT +sphinxcontrib-pecanwsme # Apache-2.0 sphinxcontrib-seqdiag # BSD -reno>=2.5.0 # Apache-2.0 -os-api-ref>=1.0.0 # Apache-2.0 -tempest>=16.1.0 # Apache-2.0 +reno # Apache-2.0 +os-api-ref # Apache-2.0 +tempest # Apache-2.0