Updated from global requirements

Change-Id: Ic2508231560ea1bd7d8c8df01193846bec4f70cc
This commit is contained in:
OpenStack Jenkins 2013-10-10 20:24:27 +00:00
parent d951222c14
commit 5050baf28c
2 changed files with 4 additions and 4 deletions

View File

@ -10,16 +10,16 @@ kombu>=2.4.8
lockfile>=0.8 lockfile>=0.8
lxml>=2.3 lxml>=2.3
netaddr netaddr
oslo.config>=1.1.0 oslo.config>=1.2.0
paramiko>=1.8.0 paramiko>=1.8.0
Paste Paste
PasteDeploy>=1.5.0 PasteDeploy>=1.5.0
python-glanceclient>=0.9.0 python-glanceclient>=0.9.0
python-keystoneclient>=0.3.0 python-keystoneclient>=0.3.2
python-novaclient>=2.15.0 python-novaclient>=2.15.0
python-swiftclient>=1.5 python-swiftclient>=1.5
Routes>=1.12.3 Routes>=1.12.3
six six>=1.4.1
SQLAlchemy>=0.7.8,<=0.7.99 SQLAlchemy>=0.7.8,<=0.7.99
sqlalchemy-migrate>=0.7.2 sqlalchemy-migrate>=0.7.2
stevedore>=0.10 stevedore>=0.10

View File

@ -18,5 +18,5 @@
import setuptools import setuptools
setuptools.setup( setuptools.setup(
setup_requires=['pbr>=0.5.21,<1.0'], setup_requires=['pbr'],
pbr=True) pbr=True)