Updated from global requirements

Change-Id: If5979eb60e65600a6ea8cb7e241a307c2c514084
This commit is contained in:
OpenStack Proposal Bot 2018-02-14 12:33:08 +00:00
parent e5bc16b3fe
commit ae44dc5cac
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jsonschema<3.0.0,>=2.6.0 # MIT
keystoneauth1>=3.3.0 # Apache-2.0
keystonemiddleware>=4.17.0 # Apache-2.0
microversion-parse>=0.1.2 # Apache-2.0
openstacksdk>=0.9.19 # Apache-2.0
openstacksdk>=0.11.2 # Apache-2.0
oslo.config>=5.1.0 # Apache-2.0
oslo.context>=2.19.2 # Apache-2.0
oslo.db>=4.27.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: