pin sqlalchemy to 0.7

The sqlalchemy package 0.8.0b1 released on October 30, 2012
removed SQLSoup

(http://docs.sqlalchemy.org/en/latest/changelog/migration_08.html#sqlsoup)

Ensure that the SqlSoup import is still supported. A number of quantum agents
make use of this code to access the database.

Fixes bug 1073555

Change-Id: I78b27716c6e3eb05d874314f0bc544a917fd5853
This commit is contained in:
Gary Kotton 2012-10-27 03:05:35 +00:00
parent 1790c59fa7
commit 1b19ea7ed3

View File

@ -12,5 +12,5 @@ lxml
netaddr
python-quantumclient>=2.0
pyudev
sqlalchemy>=0.7.8
sqlalchemy==0.7.9
webob==1.0.8