projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1fadb6
)
Re-commenting-out lxml from setup.py
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Sun, 19 Jun 2011 20:35:19 +0000
(15:35 -0500)
committer
Christopher 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
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/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',