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:
Jeffery To
2023-09-05 06:02:25 +08:00
committed by Tianling Shen
parent 1c0e4fc274
commit 1e5785e169
3 changed files with 12 additions and 12 deletions

View File

@@ -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')]