Add updates from global-requirements

Change-Id: I5766cb59650a9fa6fb8e2326c7986316d37bcc1c
This commit is contained in:
Tony Breeds 2016-03-11 13:45:45 +11:00
parent 154bedd5bd
commit ad1744671d
3 changed files with 8 additions and 5 deletions

View File

@ -1,2 +1,5 @@
pytz
PyYAML>=3.1.0,<=3.10
# 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
# process, which may cause wedges in the gate later.
pytz>=2013.6 # MIT
PyYAML>=3.1.0 # MIT

View File

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

View File

@ -2,5 +2,5 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
# needed for doc build
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
oslosphinx>=2.5.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0