Update pbr and sync requirements

Change-Id: I03bcbc4adc72a0fb5e074b5aa286f8a28c1344f2
This commit is contained in:
Sergey Lukjanov
2013-08-21 22:06:50 +04:00
parent f8163866fb
commit 02426ad4b4
4 changed files with 10 additions and 16 deletions

View File

@@ -1,2 +1,2 @@
Nikita Konovalov <nkonovalov@mirantis.com>
Openstack Project Creator <openstack-infra@lists.openstack.org>
Sergey Lukjanov <slukjanov@mirantis.com>

View File

@@ -1,6 +1,5 @@
babel
d2to1>=0.2.10,<0.3
pbr>=0.5.16,<0.6
Babel>=0.9.6
pbr>=0.5.21,<1.0
netaddr
requests>=1.1,<1.2.3
python-keystoneclient>=0.3.0

View File

@@ -1,6 +1,5 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright (c) 2013 Mirantis Inc.
#!/usr/bin/env python
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -15,13 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
import setuptools
setuptools.setup(
setup_requires=[
'd2to1>=0.2.10,<0.3',
'pbr>=0.5,<0.6'
],
d2to1=True
)
setup_requires=['pbr>=0.5.21,<1.0'],
pbr=True)

View File

@@ -2,9 +2,9 @@
pep8==1.4.5
pyflakes==0.7.2
flake8==2.0
hacking>=0.5.6,<0.7
hacking>=0.5.6,<0.8
coverage>=3.6
mock>=0.8.0
mock>=1.0
nose
openstack.nose_plugin>=0.7
pylint==0.25.2