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

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Jan 16 13:05:41 EST 2008


Author: dbs
Date: 2008-01-16 12:40:07 -0500 (Wed, 16 Jan 2008)
New Revision: 1221

Modified:
   trunk/src/python/setup.py
Log:
Add dnspython, libxml, and libxslt1 dependencies on behalf of pyxmpp


Modified: trunk/src/python/setup.py
===================================================================
--- trunk/src/python/setup.py	2008-01-16 16:48:24 UTC (rev 1220)
+++ trunk/src/python/setup.py	2008-01-16 17:40:07 UTC (rev 1221)
@@ -5,6 +5,9 @@
 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'



More information about the opensrf-commits mailing list