Resolve cross-dependency issue

fix cross-dependency issue in requirements
https://github.com/celery/kombu/blob/v3.0.35/setup.cfg#L27
amqp >= 1.4.9,<2.0

https://github.com/openstack/fuel-ostf/blob/master/requirements.txt#L24
amqp >= 1.4.0

Change-Id: Ia99af57d473e09580413cc03d9c01d5efba96d46
Closes-Bug: #1588454
This commit is contained in:
Artem Grechanichenko 2016-06-03 13:52:55 +03:00
parent d2f04c2981
commit ef0eda085d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ testresources>=0.2.4
nose
SQLAlchemy>=0.9.9,<1.1.0
alembic>=0.8.0
amqp>=1.4.0
amqp>=1.4.9,<2.0
anyjson>=0.3.3
gevent
keystonemiddleware>=2.0.0,!=2.4.0