aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2015-12-05 22:22:17 -0800
committerMike Crute <mcrute@gmail.com>2015-12-05 22:22:17 -0800
commit62c15a0a45a2f2e086ba71585a0915f88ea7c337 (patch)
treefbe5aa61ab7da3d0f4540b7d7bdf7fe48ced68f2 /setup.py
parent4a9383e949d1e0aa1748e598e5aa1d775a7caae9 (diff)
downloadpydora-62c15a0a45a2f2e086ba71585a0915f88ea7c337.tar.bz2
pydora-62c15a0a45a2f2e086ba71585a0915f88ea7c337.tar.xz
pydora-62c15a0a45a2f2e086ba71585a0915f88ea7c337.zip
Remove SysCallError handling and pyOpenSSL
This requires libffi installed on Mac OS X to build the pyOpenSSL extension which seems like an excessive burden to run pydora. Switched the logic to catch Exception instead as there aren't any exceptions that can occur at this level that aren't retryable.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 98d8bfd..5e60372 100644
--- a/setup.py
+++ b/setup.py
@@ -101,7 +101,6 @@ setup(
101 install_requires=[ 101 install_requires=[
102 "pycrypto>=2.6.1", 102 "pycrypto>=2.6.1",
103 "requests>=2", 103 "requests>=2",
104 "pyOpenSSL>=0.15.1",
105 ], 104 ],
106 entry_points={ 105 entry_points={
107 "console_scripts": [ 106 "console_scripts": [