From cf54850d15b5ead0de2ffd536a2ecdbfed5f33ca Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Sat, 27 Oct 2012 03:05:35 +0000 Subject: [PATCH] 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 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2