[Opensrf-commits] r1222 - trunk/src/python

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Jan 17 12:05:07 EST 2008


Author: dbs
Date: 2008-01-17 11:39:23 -0500 (Thu, 17 Jan 2008)
New Revision: 1222

Modified:
   trunk/src/python/setup.py
Log:
libxml2 and libxslt1 Python modules are abnormal - remove them from requires list
We'll document how to install these as system packages instead


Modified: trunk/src/python/setup.py
===================================================================
--- trunk/src/python/setup.py	2008-01-16 17:40:07 UTC (rev 1221)
+++ trunk/src/python/setup.py	2008-01-17 16:39:23 UTC (rev 1222)
@@ -6,8 +6,6 @@
     version='1.0',
     install_requires=[
         'dnspython', # required by pyxmpp
-        'libxml2', # required by pyxmpp
-        'libxslt1',
         'python_memcached',
         'pyxmpp>=1.0.0',
         'simplejson>=1.7.1'



More information about the opensrf-commits mailing list