= bug description =
Packagedb doesn't work with sqlalchemy-0.7 at this point in time. There is a sqlalchemy-0.7 forward compat package that moksha depends on. Need to specify that packagedb cannot use this.
= recomendation =
I've hotfixed packagedb's requires.txt file to tell it that SQLAlchemy >= 0.5, < 0.7 is required.
There seems to be some 0.7 support checked into the 0.5.x branch upstream.
So, I assume the plan is to just support that in the next release?
Hmm... the plan would be for the next release after this to support 0.7.x /me crossed fingers about that. It's jumping two sqlalchemy releases so there's a chance that some things were deprecated in 0.6.x and are gone in 0.7.
For this release, I'm going to tell pkgdb that it requires 0.5.x
Committed to stable in:
http://bzr.fedorahosted.org/bzr/packagedb/stable/revision/596
This fix was deployed in fedora-packagedb-0.5.5-1.el6 and the hotfix dropped.