mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 09:31:20 +00:00
python-cryptodomex: update to version 3.10.1
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -301,6 +301,9 @@ package_data = {
|
||||
],
|
||||
@@ -275,6 +275,9 @@ package_data = {
|
||||
"Crypto.Util" : [ "*.pyi" ],
|
||||
}
|
||||
|
||||
+packages = [i for i in packages if not i.startswith('Crypto.SelfTest')]
|
||||
|
||||
Reference in New Issue
Block a user