File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
55Babel >= 1.3
66eventlet >= 0.17.4
77iso8601 >= 0.1.9
@@ -10,15 +10,15 @@ ordereddict
1010oslo.config >= 1.11.0 # Apache-2.0
1111oslo.concurrency >= 2.1.0 # Apache-2.0
1212oslo.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
1414oslo.serialization >= 1.4.0 # Apache-2.0
1515oslo.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
1717pecan >= 0.8.0
1818psutil < 2.0.0 ,>= 1.1.1
1919pyudev
2020requests >= 2.5.2
2121six >= 1.9.0
2222stevedore >= 1.5.0 # Apache-2.0
2323WSME >= 0.7
24- oslotest >= 1.5.1 # Apache-2.0
24+ oslotest >= 1.7.0 # Apache-2.0
Original file line number Diff line number Diff line change 2525 pass
2626
2727setuptools .setup (
28- setup_requires = ['pbr' ],
28+ setup_requires = ['pbr>=1.3 ' ],
2929 pbr = True )
Original file line number Diff line number Diff line change 44hacking<0.11,>=0.10.0
55coverage>=3.6
66discover
7- mock>=1.0
7+ mock>=1.1;python_version!='2.6'
8+ mock==1.0.1;python_version=='2.6'
89testrepository>=0.0.18
910testtools>=1.4.0
1011python-subunit>=0.0.18
You can’t perform that action at this time.
0 commit comments