Add dnspython, libxml, and libxslt1 dependencies on behalf of pyxmpp
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 16 Jan 2008 17:40:07 +0000 (17:40 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 16 Jan 2008 17:40:07 +0000 (17:40 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1221 9efc2488-bf62-4759-914b-345cdb29e865

src/python/setup.py

index 4a21335..faa8069 100644 (file)
@@ -5,6 +5,9 @@ from setuptools import setup
 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'