components/python/pyopenssl/patches/no-zip_safe.patch
branchs11-update
changeset 2796 c5bf1ff321c2
parent 2793 a22eef28a3ec
child 2797 1456c0bc0212
--- a/components/python/pyopenssl/patches/no-zip_safe.patch	Thu Oct 17 01:15:44 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
---- 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',