Sync with global requirements

Change-Id: I1969b4d74363a8d77cbb5dac661874f3bea2e96c
This commit is contained in:
Monty Taylor 2013-08-03 14:58:43 -04:00
parent cd0544ed00
commit 37aed6452b
4 changed files with 15 additions and 20 deletions

View File

@ -1,9 +1,8 @@
d2to1>=0.2.10,<0.3 pbr>=0.5.16,<0.6
pbr>=0.5,<0.6 cliff>=1.4
cliff
keyring keyring
pycrypto pycrypto>=2.6
python-glanceclient>=0.9.0,<2 python-glanceclient>=0.9.0
python-keystoneclient>=0.2,<1.0 python-keystoneclient>=0.3.0
python-novaclient>=2 python-novaclient>=2.12.0
python-cinderclient>=1 python-cinderclient>=1.0.4

View File

@ -21,10 +21,6 @@ classifier =
packages = packages =
openstackclient openstackclient
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points] [entry_points]
console_scripts = console_scripts =
openstack = openstackclient.shell:main openstack = openstackclient.shell:main

View File

@ -14,8 +14,9 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
import setuptools import setuptools
setuptools.setup( setuptools.setup(
setup_requires=['d2to1', 'pbr>=0.5,<0.6'], setup_requires=['pbr>=0.5.20'],
d2to1=True) pbr=True)

View File

@ -2,13 +2,12 @@
pep8==1.4.5 pep8==1.4.5
pyflakes==0.7.2 pyflakes==0.7.2
flake8==2.0 flake8==2.0
hacking>=0.5.3,<0.6 hacking>=0.5.6,<0.7
coverage coverage>=3.6
discover discover
fixtures>=0.3.12 fixtures>=0.3.12
mock mock>=0.8.0
openstack.nose_plugin
sphinx>=1.1.2 sphinx>=1.1.2
testrepository>=0.0.13 testrepository>=0.0.17
testtools>=0.9.26 testtools>=0.9.32