mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 17:11:21 +00:00
python-crypto: add python3 variant, src packages, omit tests
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
19
lang/python/python-crypto/patches/003-omit-tests.patch
Normal file
19
lang/python/python-crypto/patches/003-omit-tests.patch
Normal file
@@ -0,0 +1,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"],
|
||||
Reference in New Issue
Block a user