commit/galaxy-central: dannon: Require decorator egg in migrate/check to prevent sqlalchemy-migrate from dying in certain environments
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/b908c9fa3c46/ Changeset: b908c9fa3c46 User: dannon Date: 2013-05-03 18:26:40 Summary: Require decorator egg in migrate/check to prevent sqlalchemy-migrate from dying in certain environments Affected #: 1 file diff -r 4d4d8dd42491a81869642f1cfcb2f552e4af5a40 -r b908c9fa3c46f1b625a6d32d991392380c79685a lib/galaxy/model/migrate/check.py --- a/lib/galaxy/model/migrate/check.py +++ b/lib/galaxy/model/migrate/check.py @@ -4,6 +4,7 @@ from galaxy import eggs eggs.require( "SQLAlchemy" ) +eggs.require( "decorator" ) #Required by sqlalchemy-migrate eggs.require( "Tempita " ) #Required by sqlalchemy-migrate eggs.require( "sqlalchemy-migrate" ) Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org