components/python/pyopenssl/patches/0_no-zip_safe.patch
branchs11-update
changeset 2796 c5bf1ff321c2
parent 115 c360825c3a3f
equal deleted inserted replaced
2793:a22eef28a3ec 2796:c5bf1ff321c2
       
     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',