components/python/pyopenssl/no-zip_safe.patch
changeset 115 c360825c3a3f
parent 114 6cc95ec7b1bb
child 116 ae6a90899b42
equal deleted inserted replaced
114:6cc95ec7b1bb 115:c360825c3a3f
     1 --- pyOpenSSL-0.11/setup.py.orig	Mon Feb 14 23:17:02 2011
       
     2 +++ pyOpenSSL-0.11/setup.py	Mon Feb 14 23:17:31 2011
       
     3 @@ -203,7 +203,6 @@
       
     4                       'OpenSSL.test.test_crypto',
       
     5                       'OpenSSL.test.test_rand',
       
     6                       'OpenSSL.test.test_ssl'],
       
     7 -      zip_safe = False,
       
     8        cmdclass = {"build_ext": BuildExtension},
       
     9        description = 'Python wrapper module around the OpenSSL library',
       
    10        author = 'Martin Sjögren, AB Strakt',