Skip to content

Commit 2d6bc8f

Browse files
author
OpenStack Proposal Bot
committed
Updated from global requirements
Change-Id: Ie4f93534ec504e7672c88ab02efc8747df91318c
1 parent 3120a0b commit 2d6bc8f

3 files changed

Lines changed: 13 additions & 14 deletions

File tree

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
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>=0.11,<2.0
4+
pbr<2.0,>=0.11
55
six>=1.9.0
66

77
Babel>=1.3
8-
cliff>=1.10.0 # Apache-2.0
8+
cliff>=1.10.0 # Apache-2.0
99
cliff-tablib>=1.0
1010
os-client-config>=1.2.0
11-
oslo.config>=1.11.0 # Apache-2.0
12-
oslo.i18n>=1.5.0 # Apache-2.0
13-
oslo.utils>=1.6.0 # Apache-2.0
11+
oslo.config>=1.11.0 # Apache-2.0
12+
oslo.i18n>=1.5.0 # Apache-2.0
13+
oslo.utils>=1.6.0 # Apache-2.0
1414
python-glanceclient>=0.18.0
1515
python-keystoneclient>=1.6.0
1616
python-novaclient>=2.22.0
1717
python-cinderclient>=1.2.2
18-
python-neutronclient>=2.3.11,<3
18+
python-neutronclient<3,>=2.3.11
1919
requests>=2.5.2
20-
stevedore>=1.5.0 # Apache-2.0
20+
stevedore>=1.5.0 # Apache-2.0

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

test-requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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-
hacking>=0.10.0,<0.11
4+
hacking<0.11,>=0.10.0
55

66
coverage>=3.6
77
discover
88
fixtures>=0.3.14
99
mock>=1.0
10-
oslosphinx>=2.5.0 # Apache-2.0
11-
oslotest>=1.5.1 # Apache-2.0
12-
requests-mock>=0.6.0 # Apache-2.0
13-
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
10+
oslosphinx>=2.5.0 # Apache-2.0
11+
oslotest>=1.5.1 # Apache-2.0
12+
requests-mock>=0.6.0 # Apache-2.0
13+
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
1414
os-testr>=0.1.0
1515
testrepository>=0.0.18
16-
testtools>=0.9.36,!=1.2.0
16+
testtools>=1.4.0
1717
WebOb>=1.2.3

0 commit comments

Comments
 (0)