Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=507697 Luke Macken <lmacken@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(lmacken@xxxxxxxxx | |m) | --- Comment #6 from Luke Macken <lmacken@xxxxxxxxxx> 2009-10-01 14:55:23 EDT --- Ugh, I loathe setuptools. So, with this patch, the test suite runs fine: --- migrate/__init__.py.orig 2009-10-01 09:44:50.865973980 -0400 +++ migrate/__init__.py 2009-10-01 09:44:51.972973558 -0400 @@ -4,3 +4,6 @@ :mod:`migrate.changeset` that allows to define database schema changes using Python. """ +__requires__ = 'SQLAlchemy>=0.5' +import pkg_resources +pkg_resources.require('SQLAlchemy>=0.5') http://koji.fedoraproject.org/koji/taskinfo?taskID=1722497 However, when adding python-sqlalchemy (0.3) to the build requires, it explodes with a VersionConflict. I've lost many a day in setuptools-hell. Not today though, so I'm in favor of dropping the %check until we can figure this out. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review