Updated from global requirements
Change-Id: I6d2e53a38da7e34ef1b94a917cd2405295d79fd9
This commit is contained in:
parent
c532fc8182
commit
2458ab2c36
2
setup.py
2
setup.py
@ -25,5 +25,5 @@ except ImportError:
|
||||
pass
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['pbr'],
|
||||
setup_requires=['pbr>=1.3'],
|
||||
pbr=True)
|
||||
|
@ -14,7 +14,7 @@ testtools>=1.4.0
|
||||
# this is required for the docs build jobs
|
||||
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
||||
oslosphinx>=2.5.0 # Apache-2.0
|
||||
oslotest>=1.5.1 # Apache-2.0
|
||||
oslotest>=1.7.0 # Apache-2.0
|
||||
|
||||
|
||||
# mocking framework
|
||||
|
Loading…
Reference in New Issue
Block a user