Updated from global requirements
Change-Id: I4cb8e2ed5186aacaa8b51de4821612f558946f17
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
Babel!=2.4.0,>=2.3.4 # BSD
|
||||
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
||||
PrettyTable<0.8,>=0.7.1 # BSD
|
||||
keystoneauth1!=3.0.0,>=2.21.0 # Apache-2.0
|
||||
keystoneauth1>=3.0.1 # Apache-2.0
|
||||
openstacksdk>=0.9.17 # Apache-2.0
|
||||
osc-lib>=1.7.0 # Apache-2.0
|
||||
oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
|
||||
|
2
setup.py
2
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:
|
||||
|
Reference in New Issue
Block a user