Re-commenting-out lxml from setup.py
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 19 Jun 2011 20:35:19 +0000 (15:35 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 19 Jun 2011 20:35:19 +0000 (15:35 -0500)
Clarifying that this is something to install from the package manager
and not via python setuptools itself.

setup.py

index 1ca1242663c06319b1c567914c742ad945bfa3cc..cd0e7f0b611d9d7378abec797995259395471205 100644 (file)
--- 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',