Re-commenting-out lxml from setup.py
[mediagoblin.git] / 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',