aboutsummaryrefslogtreecommitdiffstats
path: root/community/salt/fix-cryptodome-dependency.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/salt/fix-cryptodome-dependency.patch')
-rw-r--r--community/salt/fix-cryptodome-dependency.patch6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/salt/fix-cryptodome-dependency.patch b/community/salt/fix-cryptodome-dependency.patch
new file mode 100644
index 00000000000..5148afd701d
--- /dev/null
+++ b/community/salt/fix-cryptodome-dependency.patch
@@ -0,0 +1,6 @@
+#We ship pycryptodome as a full replacement of pycrypto, so the dependency is on pycryptodome, not pycryptodomex
+--- a/requirements/crypto.txt
++++ b/requirements/crypto.txt
+@@ -1 +1 @@
+-pycryptodomex>=3.9.7
++pycryptodome>=3.9.7