Updated from global requirements
Change-Id: I71f9d918b9d970bbdc12fa949c7d468446158d91
OpenStack Proposal Bot
8 years ago
| 1 | 1 |
# of appearance. Changing the order has an impact on the overall integration
|
| 2 | 2 |
# process, which may cause wedges in the gate later.
|
| 3 | 3 |
|
| 4 | |
pbr>=2.0 # Apache-2.0
|
|
4 |
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
| 24 | 24 |
pass
|
| 25 | 25 |
|
| 26 | 26 |
setuptools.setup(
|
| 27 | |
setup_requires=['pbr'],
|
|
27 |
setup_requires=['pbr>=2.0.0'],
|
| 28 | 28 |
pbr=True)
|
| 3 | 3 |
|
| 4 | 4 |
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
| 5 | 5 |
|
| 6 | |
coverage>=4.0,!=4.4 # Apache-2.0
|
| 7 | |
python-subunit>=0.0.18 # Apache-2.0/BSD
|
|
6 |
coverage!=4.4,>=4.0 # Apache-2.0
|
|
7 |
python-subunit>=1.0.0 # Apache-2.0/BSD
|
| 8 | 8 |
sphinx>=1.6.2 # BSD
|
| 9 | 9 |
oslotest>=1.10.0 # Apache-2.0
|
| 10 | |
testrepository>=0.0.18 # Apache-2.0/BSD
|
| 11 | |
testtools>=1.4.0 # MIT
|
| 12 | |
openstackdocstheme>=1.11.0 # Apache-2.0
|
|
10 |
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
11 |
testtools>=2.2.0 # MIT
|
|
12 |
openstackdocstheme>=1.17.0 # Apache-2.0
|