Skip to content

Commit 3a92ffa

Browse files
committed
Sync with global requirements
Change-Id: I1969b4d74363a8d77cbb5dac661874f3bea2e96c
1 parent af87489 commit 3a92ffa

4 files changed

Lines changed: 15 additions & 20 deletions

File tree

requirements.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
d2to1>=0.2.10,<0.3
2-
pbr>=0.5,<0.6
3-
cliff
1+
pbr>=0.5.16,<0.6
2+
cliff>=1.4
43
keyring
5-
pycrypto
6-
python-glanceclient>=0.9.0,<2
7-
python-keystoneclient>=0.2,<1.0
8-
python-novaclient>=2
9-
python-cinderclient>=1
4+
pycrypto>=2.6
5+
python-glanceclient>=0.9.0
6+
python-keystoneclient>=0.3.0
7+
python-novaclient>=2.12.0
8+
python-cinderclient>=1.0.4

setup.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ classifier =
2121
packages =
2222
openstackclient
2323

24-
[global]
25-
setup-hooks =
26-
pbr.hooks.setup_hook
27-
2824
[entry_points]
2925
console_scripts =
3026
openstack = openstackclient.shell:main

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
1718
import setuptools
1819

1920
setuptools.setup(
20-
setup_requires=['d2to1', 'pbr>=0.5,<0.6'],
21-
d2to1=True)
21+
setup_requires=['pbr>=0.5.20'],
22+
pbr=True)

test-requirements.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
pep8==1.4.5
33
pyflakes==0.7.2
44
flake8==2.0
5-
hacking>=0.5.3,<0.6
5+
hacking>=0.5.6,<0.7
66

7-
coverage
7+
coverage>=3.6
88
discover
99
fixtures>=0.3.12
10-
mock
11-
openstack.nose_plugin
10+
mock>=0.8.0
1211
sphinx>=1.1.2
13-
testrepository>=0.0.13
14-
testtools>=0.9.26
12+
testrepository>=0.0.17
13+
testtools>=0.9.32

0 commit comments

Comments
 (0)