On 07/08/2013 08:53 AM, Thomas Goirand wrote: > Hi, > > Since python-sqlalchemy 0.8.2 has been uploaded to Sid, Quantum is > uninstallable there right now (see #715294). > > I am wondering: what's wrong with sqlalchemy >= 0.8, so that it is > written explicitly in the requirements that we shouldn't use it? Is > there a chance that having such a version of sqlalchemy will make all of > OpenStack grizzly fail? What are the consequences? Would it be safe to > simply patch the requirements file and ignore this? > > Thomas Goirand (zigo)
There is nothing wrong with sqlalchemy >= 0.8. That combination has been working for ages with Grizzly on Fedora 19 for example. python migrate needs a tiny patch to work with it though: http://pkgs.fedoraproject.org/cgit/python-migrate.git/commit/?id=603ed1d1 cheers, Pádraig. _______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
