projects
/
opensrf
/
bjwebb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db3099e
)
Add dnspython, libxml, and libxslt1 dependencies on behalf of pyxmpp
author
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 16 Jan 2008 17:40:07 +0000
(17:40 +0000)
committer
dbs
<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
patch
|
blob
|
history
diff --git
a/src/python/setup.py
b/src/python/setup.py
index
4a21335
..
faa8069
100644
(file)
--- a/
src/python/setup.py
+++ b/
src/python/setup.py
@@
-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'