Created attachment 666653 [details] suggested patch Build fails on RHEL-7, where we have python 2.7 so we don’t python-unittest2 anymore.
I applied the patch, but now the rawhide build fails with: "from sqlalchemy import exceptions as sa_exceptions ImportError: cannot import name exceptions" So looks like the update to sqlalchemy 0.8.0 beta is not compatible, so migrate will need updating too? Given that RHEL7 is on python-sqlalchemy-0.7.8, and the build works on F18 (python-sqlalchemy-0.7.9) I'm marking this particular issue as done.
(In reply to comment #1) > Given that RHEL7 is on python-sqlalchemy-0.7.8, > and the build works on F18 (python-sqlalchemy-0.7.9) > I'm marking this particular issue as done. Shouldn't we at least make a clone of this bug for Rawhide (i.e., upgrade to the latest sqlalchemy-migrate when it is available)?
Was on my TODO list. Created bug 890016 to track the sqlalchemy 0.8 incompat issue