summaryrefslogtreecommitdiff
path: root/debian/patches/do_not_ship_extraversion.patch
blob: ebbb75e1fd4e48661fc5dd06fd9ee6aa1d85b7ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: pycryptopp/setup.py
===================================================================
--- pycryptopp.orig/setup.py	2011-06-14 16:41:38.480289242 +0200
+++ pycryptopp/setup.py	2011-06-14 16:42:05.568309622 +0200
@@ -260,7 +260,7 @@
 # Note that due to a bug in distutils we also have to maintain a
 # MANIFEST.in file specifying embeddedcryptopp/extraversion.h. This bug was
 # fixed in Python 2.7
-data_files.append((EMBEDDED_CRYPTOPP_DIR, [EMBEDDED_CRYPTOPP_DIR+'/extraversion.h']))
+#data_files.append((EMBEDDED_CRYPTOPP_DIR, [EMBEDDED_CRYPTOPP_DIR+'/extraversion.h']))
 
 if ECDSA:
     long_description='RSA-PSS-SHA256 signatures, ECDSA(1363)/EMSA1(SHA-256) signatures, SHA-256 hashes, and AES-CTR encryption'