Update the global requirements and fix the scciclient package name

This patch updates the global requirements and fixes the first
argument, scciclient package name, of pbr.version.VersionInfo() which
the latest pbr uncovered.

Change-Id: Id48c5e6555be821a2d4ca47bf04d86e02a68f6b8
Closes-bug: #1518999
Closes-bug: #1519000
This commit is contained in:
Naohiro Tamura 2015-11-24 13:24:48 +09:00
parent be155ed632
commit bc1347482a
3 changed files with 11 additions and 9 deletions

View File

@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=0.6,!=0.7,<1.0
pbr>=1.6
Babel>=1.3
requests>=2.2.0,!=2.4.0
requests>=2.5.2,!=2.8.0
six>=1.9.0

View File

@ -16,4 +16,4 @@ import pbr.version
__version__ = pbr.version.VersionInfo(
'scciclient').version_string()
'python-scciclient').version_string()

View File

@ -2,20 +2,22 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=0.9.2,<0.10
hacking<0.11,>=0.10.2
coverage>=3.6
discover
fixtures>=0.3.14
mock>=1.0
fixtures>=1.3.1
mock>=1.2
python-subunit>=0.0.18
sphinx>=1.1.2
oslosphinx
oslotest>=1.1.0.0a1
testrepository>=0.0.18
testscenarios>=0.4
testtools>=0.9.36,!=1.2.0
testtools>=1.4.0
# HTTPretty test hanging on Travis
# http://stackoverflow.com/questions/29298455/httpretty-test-hanging-on-travis
# httpretty 0.8.6 seems ok
httpretty!=0.8.1,!=0.8.2,!=0.8.3,!=0.8.7,!=0.8.8,>=0.8.0
# Doc requirements
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0