Updated from global requirements

Change-Id: Ic6465e5ead0a2699717cc748680939bd54739f2c
This commit is contained in:
OpenStack Proposal Bot 2015-11-19 15:44:19 +00:00
parent fa418b23b4
commit b5f98023e8
3 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
# The order of packages is significant, because pip processes them in the order # The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
pbr<2.0,>=1.4 pbr>=1.6
argparse argparse
cmd2>=0.6.7 cmd2>=0.6.7
PrettyTable<0.8,>=0.7 PrettyTable<0.8,>=0.7
pyparsing>=2.0.1 pyparsing>=2.0.1
six>=1.9.0 six>=1.9.0
stevedore>=1.5.0 # Apache-2.0 stevedore>=1.5.0 # Apache-2.0
unicodecsv>=0.8.0;python_version=='2.7' or python_version=='2.6' unicodecsv>=0.8.0
PyYAML>=3.1.0 PyYAML>=3.1.0

View File

@ -25,5 +25,5 @@ except ImportError:
pass pass
setuptools.setup( setuptools.setup(
setup_requires=['pbr>=1.3'], setup_requires=['pbr>=1.8'],
pbr=True) pbr=True)

View File

@ -6,5 +6,5 @@ mock>=1.2
coverage>=3.6 coverage>=3.6
# this is required for the docs build jobs # this is required for the docs build jobs
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
oslosphinx>=2.5.0 # Apache-2.0 oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
httplib2>=0.7.5 httplib2>=0.7.5