]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
pin sqlalchemy to 0.7
authorGary Kotton <gkotton@redhat.com>
Sat, 27 Oct 2012 03:05:35 +0000 (03:05 +0000)
committerGary Kotton <gkotton@redhat.com>
Sat, 27 Oct 2012 06:53:44 +0000 (06:53 +0000)
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

tools/pip-requires

index 29e9c64597f83df59fa9644ba4e06097710dde2c..cbd0640439e71a2d54a9dee3a985063451045bbf 100644 (file)
@@ -12,5 +12,5 @@ lxml
 netaddr
 python-quantumclient>=2.0
 pyudev
-sqlalchemy>=0.7.8
+sqlalchemy==0.7.9
 webob==1.0.8