Update from global requirements

This removes d2to1 references, which is important.

Change-Id: I71f6df820d0c4596015acd2069f1650f29e07575
This commit is contained in:
Monty Taylor 2013-09-30 11:15:57 -04:00
parent 307b014b78
commit df5b846217
2 changed files with 18 additions and 18 deletions

View File

@ -1,26 +1,25 @@
d2to1>=0.2.10,<0.3 pbr>=0.5.21,<1.0
pbr>=0.5.16,<0.6 SQLAlchemy>=0.7.8,<=0.7.99
SQLAlchemy>=0.7,<=0.7.99 eventlet>=0.13.0
eventlet
extras extras
kombu>2.4.7 kombu>=2.4.8
routes Routes>=1.12.3
WebOb WebOb>=1.2.3,<1.3
PasteDeploy PasteDeploy>=1.5.0
paste Paste
sqlalchemy-migrate>=0.7.2 sqlalchemy-migrate>=0.7.2
netaddr netaddr
httplib2 httplib2
lxml lxml>=2.3
python-heatclient>=0.2.3 python-heatclient>=0.2.3
python-novaclient python-novaclient>=2.15.0
python-cinderclient>=1.0.4 python-cinderclient>=1.0.5
python-keystoneclient python-keystoneclient>=0.3.2
python-swiftclient python-swiftclient>=1.5
iso8601 iso8601>=0.1.4
jsonschema>=1.3.0,!=1.4.0 jsonschema>=1.3.0,!=1.4.0
Jinja2 Jinja2
pexpect pexpect
oslo.config>=1.2.0 oslo.config>=1.2.0
mysql-python MySQL-python
Babel>=0.9.6 Babel>=0.9.6

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>=0.2.10,<0.3', 'pbr>=0.5.16,<0.6'], setup_requires=['pbr'],
d2to1=True) pbr=True)