mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 01:21:21 +00:00
python-cryptodomex: 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 a1b3595550)
This commit is contained in:
committed by
Tianling Shen
parent
1e5785e169
commit
1d3737dfc7
@@ -1,6 +1,6 @@
|
||||
--- a/lib/Cryptodome/Math/_IntegerGMP.py
|
||||
+++ b/lib/Cryptodome/Math/_IntegerGMP.py
|
||||
@@ -95,7 +95,7 @@ gmp_defs = """typedef unsigned long UNIX
|
||||
@@ -97,7 +97,7 @@ gmp_defs = """typedef unsigned long UNIX
|
||||
if sys.platform == "win32":
|
||||
raise ImportError("Not using GMP on Windows")
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -275,6 +275,9 @@ package_data = {
|
||||
@@ -276,6 +276,9 @@ package_data = {
|
||||
"Crypto.Util" : [ "*.pyi" ],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user