From 87687d27b1e6eed218062e5b5632300691bf20e4 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sat, 10 Jun 2017 13:40:18 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I3fbe8a1ca2a605133b5b87acc90430a3d275ace6 --- requirements.txt | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8c924a368..b5e37b9f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. PyYAML>=3.10.0 # MIT -eventlet!=0.18.3,<0.21.0,>=0.18.2 # MIT +eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT keystonemiddleware>=4.12.0 # Apache-2.0 greenlet>=0.3.2 # MIT jsonpatch>=1.1 # BSD @@ -12,14 +12,14 @@ pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD python-etcd>=0.4.3 # MIT License python-glanceclient>=2.7.0 # Apache-2.0 python-neutronclient>=6.3.0 # Apache-2.0 -python-novaclient>=7.1.0 # Apache-2.0 +python-novaclient>=9.0.0 # Apache-2.0 oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 oslo.log>=3.22.0 # Apache-2.0 oslo.concurrency>=3.8.0 # Apache-2.0 oslo.config>=4.0.0 # Apache-2.0 oslo.messaging!=5.25.0,>=5.24.2 # Apache-2.0 oslo.middleware>=3.27.0 # Apache-2.0 -oslo.policy>=1.17.0 # Apache-2.0 +oslo.policy>=1.23.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 oslo.service>=1.10.0 # Apache-2.0 oslo.versionedobjects>=1.17.0 # Apache-2.0 diff --git a/setup.py b/setup.py index 137011c0e..566d84432 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ import setuptools # In python < 2.7.4, a lazy loading of package `pbr` will break # setuptools if some other modules registered functions in `atexit`. -# solution from: https://bugs.python.org/issue15881#msg170215 +# solution from: http://bugs.python.org/issue15881#msg170215 try: import multiprocessing # noqa except ImportError: