From: Gary Kotton Date: Sat, 27 Oct 2012 03:05:35 +0000 (+0000) Subject: pin sqlalchemy to 0.7 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=cf54850d15b5ead0de2ffd536a2ecdbfed5f33ca;p=openstack-build%2Fneutron-build.git 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 --- diff --git a/tools/pip-requires b/tools/pip-requires index 29e9c6459..cbd064043 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -12,5 +12,5 @@ lxml netaddr python-quantumclient>=2.0 pyudev -sqlalchemy>=0.7.8 +sqlalchemy==0.7.9 webob==1.0.8