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

View File

@ -14,8 +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.16,<0.6'],
d2to1=True)
setup_requires=['pbr'],
pbr=True)