Skip to content

Commit 1af89f7

Browse files
author
OpenStack Proposal Bot
committed
Updated from global requirements
Change-Id: I0703a48d8c95617e687eea9eea7990d778d760b5
1 parent 50a5c36 commit 1af89f7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
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,>=0.11
4+
pbr<2.0,>=1.3
55
six>=1.9.0
66

77
Babel>=1.3
@@ -10,7 +10,7 @@ cliff-tablib>=1.0
1010
os-client-config>=1.4.0
1111
oslo.config>=1.11.0 # Apache-2.0
1212
oslo.i18n>=1.5.0 # Apache-2.0
13-
oslo.utils>=1.6.0 # Apache-2.0
13+
oslo.utils>=1.9.0 # Apache-2.0
1414
python-glanceclient>=0.18.0
1515
python-keystoneclient>=1.6.0
1616
python-novaclient>=2.22.0

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'],
28+
setup_requires=['pbr>=1.3'],
2929
pbr=True)

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fixtures>=1.3.1
99
mock>=1.1;python_version!='2.6'
1010
mock==1.0.1;python_version=='2.6'
1111
oslosphinx>=2.5.0 # Apache-2.0
12-
oslotest>=1.5.1 # Apache-2.0
12+
oslotest>=1.7.0 # Apache-2.0
1313
requests-mock>=0.6.0 # Apache-2.0
1414
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
1515
os-testr>=0.1.0

0 commit comments

Comments
 (0)