mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 09:31:20 +00:00
python-cryptodome: Update to 3.18.0, refresh patches
This also updates the list of dependencies.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 03f1f4b9bb)
This commit is contained in:
committed by
Tianling Shen
parent
1c0e4fc274
commit
1e5785e169
@@ -1,7 +1,7 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -301,6 +301,9 @@ package_data = {
|
||||
],
|
||||
@@ -276,6 +276,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