Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Konieczny <jajcus@jajcus.net>2010-04-03 19:43:50 +0400
committerJacek Konieczny <jajcus@jajcus.net>2010-04-03 19:43:50 +0400
commit66100420b5abdc1866e8820d703e17ce33ebbb76 (patch)
tree3a8d551abff805e53e66973ec70fbe5b7d8ecf06 /setup.py
parent400425ab2b4fec72d02c26d74b7282406660afc8 (diff)
- use the standard 'ssl' module instead of M2Crypto
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 17e6584..044639d 100755
--- a/setup.py
+++ b/setup.py
@@ -59,6 +59,8 @@ setup(
"Topic :: Software Development :: Libraries :: Python Modules",
],
license = 'LGPL',
+ requires = ['libxml2', 'dnspython(>= 1.6.0)'],
+
ext_modules = ext_modules,
#-- Python modules