Skip to content

Commit 4c9f318

Browse files
author
OpenStack Proposal Bot
committed
Updated from global requirements
Change-Id: Ic5c39db8c5d6118cf02079e0758e38ada5fda4e0
1 parent fdf7b8d commit 4c9f318

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

requirements.txt

Lines changed: 4 additions & 4 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
Babel>=1.3
66
eventlet>=0.17.4
77
iso8601>=0.1.9
@@ -10,15 +10,15 @@ ordereddict
1010
oslo.config>=1.11.0 # Apache-2.0
1111
oslo.concurrency>=2.1.0 # Apache-2.0
1212
oslo.i18n>=1.5.0 # Apache-2.0
13-
oslo.log>=1.2.0 # Apache-2.0
13+
oslo.log>=1.6.0 # Apache-2.0
1414
oslo.serialization>=1.4.0 # Apache-2.0
1515
oslo.service>=0.1.0 # Apache-2.0
16-
oslo.utils>=1.6.0 # Apache-2.0
16+
oslo.utils>=1.9.0 # Apache-2.0
1717
pecan>=0.8.0
1818
psutil<2.0.0,>=1.1.1
1919
pyudev
2020
requests>=2.5.2
2121
six>=1.9.0
2222
stevedore>=1.5.0 # Apache-2.0
2323
WSME>=0.7
24-
oslotest>=1.5.1 # Apache-2.0
24+
oslotest>=1.7.0 # Apache-2.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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
hacking<0.11,>=0.10.0
55
coverage>=3.6
66
discover
7-
mock>=1.0
7+
mock>=1.1;python_version!='2.6'
8+
mock==1.0.1;python_version=='2.6'
89
testrepository>=0.0.18
910
testtools>=1.4.0
1011
python-subunit>=0.0.18

0 commit comments

Comments
 (0)