python-cryptodomex: update to version 3.10.1

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
This commit is contained in:
Jan Pavlinec
2021-05-14 12:18:46 +02:00
parent 6031330749
commit d6cb4edb4a
3 changed files with 8 additions and 8 deletions

View File

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