commit/galaxy-central: natefoo: Add ssh egg and fix a requirement for the Tool Shed.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/a45a4d1023af/ changeset: a45a4d1023af user: natefoo date: 2012-05-24 16:05:55 summary: Add ssh egg and fix a requirement for the Tool Shed. affected #: 2 files diff -r fdb66f9df9de8ad9e0ed34f5301f13f06674fa78 -r a45a4d1023afcceee66372790fa7586f19e12b2e eggs.ini --- a/eggs.ini +++ b/eggs.ini @@ -54,6 +54,7 @@ Routes = 1.12.3 SQLAlchemy = 0.5.6 sqlalchemy_migrate = 0.5.4 +ssh = 1.7.14 SVGFig = 1.1.6 Tempita = 0.1 twill = 0.9 diff -r fdb66f9df9de8ad9e0ed34f5301f13f06674fa78 -r a45a4d1023afcceee66372790fa7586f19e12b2e lib/galaxy/tool_shed/tool_dependencies/fabric_util.py --- a/lib/galaxy/tool_shed/tool_dependencies/fabric_util.py +++ b/lib/galaxy/tool_shed/tool_dependencies/fabric_util.py @@ -8,7 +8,7 @@ from galaxy import eggs import pkg_resources -pkg_resources.require( 'fabric' ) +pkg_resources.require( 'Fabric' ) from fabric.api import env, lcd, local 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)
-
Bitbucket