components/python/pyopenssl/patches/0_no-zip_safe.patch
branchs11-update
changeset 2796 c5bf1ff321c2
parent 115 c360825c3a3f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/pyopenssl/patches/0_no-zip_safe.patch	Mon Oct 21 10:56:57 2013 -0700
@@ -0,0 +1,10 @@
+--- pyOpenSSL-0.11/setup.py.orig	Mon Feb 14 23:17:02 2011
++++ pyOpenSSL-0.11/setup.py	Mon Feb 14 23:17:31 2011
+@@ -203,7 +203,6 @@
+                      'OpenSSL.test.test_crypto',
+                      'OpenSSL.test.test_rand',
+                      'OpenSSL.test.test_ssl'],
+-      zip_safe = False,
+       cmdclass = {"build_ext": BuildExtension},
+       description = 'Python wrapper module around the OpenSSL library',
+       author = 'Martin Sjögren, AB Strakt',