From: dbs Date: Thu, 17 Jan 2008 16:39:23 +0000 (+0000) Subject: libxml2 and libxslt1 Python modules are abnormal - remove them from requires list X-Git-Tag: osrf_rel_2_0_1~745 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=de721c0842bf71f71001c48a2964d56b7958400d;p=OpenSRF.git libxml2 and libxslt1 Python modules are abnormal - remove them from requires list 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 --- diff --git a/src/python/setup.py b/src/python/setup.py index faa8069..0dca72b 100644 --- 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'