[Bug 507697] Review Request: python-migrate0.5 - schema migration tools for SQLAlchemy

bugzilla at redhat.com bugzilla at redhat.com
Thu Oct 1 18:55:25 UTC 2009


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 at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
               Flag|needinfo?(lmacken at redhat.co |
                   |m)                          |




--- Comment #6 from Luke Macken <lmacken at redhat.com>  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.




More information about the Fedora-package-review mailing list