From: Christopher Allan Webber Date: Sun, 19 Jun 2011 20:35:19 +0000 (-0500) Subject: Re-commenting-out lxml from setup.py X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d45e39664a1e6b9f1448302d5c2c3e12a603ead4;p=mediagoblin.git Re-commenting-out lxml from setup.py Clarifying that this is something to install from the package manager and not via python setuptools itself. --- diff --git a/setup.py b/setup.py index 1ca12426..cd0e7f0b 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,9 @@ setup( 'argparse', 'webtest', 'ConfigObj', - 'lxml', + ## For now we're expecting that users will install this from + ## their package managers. + # 'lxml', ], test_suite='nose.collector',