summaryrefslogtreecommitdiffstats
path: root/lang/python/python-crypto/patches/003-omit-tests.patch
blob: f72bcb07b292dd4dea80ef11627d4d1970afb00a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- a/setup.py
+++ b/setup.py
@@ -357,16 +357,6 @@ kw = {'name':"pycrypto",
                   "Crypto.Random",
                   "Crypto.Random.Fortuna",
                   "Crypto.Random.OSRNG",
-                  "Crypto.SelfTest",
-                  "Crypto.SelfTest.Cipher",
-                  "Crypto.SelfTest.Hash",
-                  "Crypto.SelfTest.Protocol",
-                  "Crypto.SelfTest.PublicKey",
-                  "Crypto.SelfTest.Random",
-                  "Crypto.SelfTest.Random.Fortuna",
-                  "Crypto.SelfTest.Random.OSRNG",
-                  "Crypto.SelfTest.Util",
-                  "Crypto.SelfTest.Signature",
                   "Crypto.Protocol",
                   "Crypto.PublicKey",
                   "Crypto.Signature"],