Updated from global requirements

Change-Id: I3fbe8a1ca2a605133b5b87acc90430a3d275ace6
This commit is contained in:
OpenStack Proposal Bot 2017-06-10 13:40:18 +00:00
parent fa353a4c8a
commit 87687d27b1
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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: