Skip to content

Commit 9987a95

Browse files
author
OpenStack Proposal Bot
committed
Updated from global requirements
Change-Id: Id0791447748e9430c995cbab87260e843e8a2819
1 parent 817ab3e commit 9987a95

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The order of packages is significant, because pip processes them in the order
22
# of appearance. Changing the order has an impact on the overall integration
33
# process, which may cause wedges in the gate later.
4-
pbr<2.0,>=1.6
4+
pbr>=1.6
55
six>=1.9.0
66

77
Babel>=1.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
pass
2626

2727
setuptools.setup(
28-
setup_requires=['pbr>=1.3'],
28+
setup_requires=['pbr>=1.8'],
2929
pbr=True)

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ os-testr>=0.1.0
1515
testrepository>=0.0.18
1616
testtools>=1.4.0
1717
WebOb>=1.2.3
18-
tempest-lib>=0.6.1
18+
tempest-lib>=0.8.0

0 commit comments

Comments
 (0)