From d45e39664a1e6b9f1448302d5c2c3e12a603ead4 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 19 Jun 2011 15:35:19 -0500 Subject: [PATCH] Re-commenting-out lxml from setup.py Clarifying that this is something to install from the package manager and not via python setuptools itself. --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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', -- 2.25.1