components/python/pyopenssl/no-zip_safe.patch
changeset 99 c15c9099bb44
equal deleted inserted replaced
98:7eea11439375 99:c15c9099bb44
       
     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',