Updated from global requirements

Change-Id: Ic8526c230646b2dc0a862c33a5312027c6b237de
This commit is contained in:
OpenStack Proposal Bot 2017-05-25 02:19:27 +00:00
parent 5e1f369422
commit c4c4f12547
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ oslo.service>=1.10.0 # Apache-2.0
oslo.versionedobjects>=1.17.0 # Apache-2.0
oslo.context>=2.12.0 # Apache-2.0
oslo.utils>=3.20.0 # Apache-2.0
oslo.db>=4.19.0 # Apache-2.0
oslo.db>=4.21.1 # Apache-2.0
os-vif>=1.4.0 # Apache-2.0
six>=1.9.0 # MIT
WSME>=0.8 # MIT

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: