migrate 0.8.4 is bad, block it

migrate 0.8.4 does a non conditional require on ibm db2 code. This
isn't correct, and that version needs to be blocked.

Change-Id: Ie0fc3450e9253ccf9b1bb8e6c0f1e3b455a0c162
This commit is contained in:
Thierry Carrez 2014-03-03 18:02:36 +01:00
parent 5e0fd47b72
commit deba4c5fa8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ MySQL-python
psycopg2
# openstack/common/db/sqlalchemy/utils.py depends on this
# we don't use migrate framework in storyboard
sqlalchemy-migrate>=0.8.2
sqlalchemy-migrate>=0.8.2,!=0.8.4
# this is a dependency of openstack/common/sqlalchemy/utils
eventlet>=0.13.0