projects
/
OpenSRF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5c6655
)
libxml2 and libxslt1 Python modules are abnormal - remove them from requires list
author
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 17 Jan 2008 16:39:23 +0000
(16:39 +0000)
committer
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 17 Jan 2008 16:39:23 +0000
(16:39 +0000)
We'll document how to install these as system packages instead
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1222
9efc2488
-bf62-4759-914b-
345cdb29e865
src/python/setup.py
patch
|
blob
|
history
diff --git
a/src/python/setup.py
b/src/python/setup.py
index
faa8069
..
0dca72b
100644
(file)
--- a/
src/python/setup.py
+++ b/
src/python/setup.py
@@
-6,8
+6,6
@@
setup(name='OpenSRF',
version='1.0',
install_requires=[
'dnspython', # required by pyxmpp
- 'libxml2', # required by pyxmpp
- 'libxslt1',
'python_memcached',
'pyxmpp>=1.0.0',
'simplejson>=1.7.1'