libxml2 and libxslt1 Python modules are abnormal - remove them from requires list
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 17 Jan 2008 16:39:23 +0000 (16:39 +0000)
committerdbs <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

index faa8069..0dca72b 100644 (file)
@@ -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'