Sync with global requirements

Change-Id: I031b442ad3b5b4c2f7726c9a93acf3cfd5c38f55
This commit is contained in:
Julia Kreger 2015-07-15 17:04:11 -04:00
parent 4c49e0565e
commit d5526e37bd
3 changed files with 14 additions and 12 deletions

View File

@ -1,8 +1,11 @@
PyYAML
jinja2
pip>=7.0
pbr>=0.6,!=0.7,<1.0
# 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.
PyYAML>=3.1.0
Jinja2>=2.6 # BSD License (3 clause)
pip>=6.0
pbr<2.0,>=1.3
Babel>=1.3
oslo.config>=1.11.0
oslo.log>=1.2.0
oslo.config>=1.11.0 # Apache-2.0
oslo.log>=1.6.0 # Apache-2.0
six>=1.9.0

3
setup.py Executable file → Normal file
View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");
@ -26,5 +25,5 @@ except ImportError:
pass
setuptools.setup(
setup_requires=['pbr'],
setup_requires=['pbr>=1.3'],
pbr=True)

View File

@ -7,9 +7,9 @@ hacking<0.11,>=0.10.0
coverage>=3.6
discover
python-subunit>=0.0.18
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
oslosphinx>=2.2.0 # Apache-2.0
oslotest>=1.2.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
oslosphinx>=2.5.0 # Apache-2.0
oslotest>=1.7.0 # Apache-2.0
testrepository>=0.0.18
testscenarios>=0.4
testtools>=0.9.36,!=1.2.0
testtools>=1.4.0