From: Christopher Allan Webber Date: Fri, 25 Nov 2011 18:33:34 +0000 (-0600) Subject: Uncommenting requires=['gst'] till I figure out why Joar added it there :) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1b7662012f4f0827d01cc8747ce710b3e4dc6b81;p=mediagoblin.git Uncommenting requires=['gst'] till I figure out why Joar added it there :) --- diff --git a/setup.py b/setup.py index c3c2f86f..ec672dd2 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ setup( ## their package managers. # 'lxml', ], - requires=['gst'], + # requires=['gst'], test_suite='nose.collector', entry_points="""\ [console_scripts]