aboutsummaryrefslogtreecommitdiffstats
path: root/community/salt/fix-cryptodome-dependency.patch
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2020-10-24 09:43:38 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2020-10-24 09:43:38 +0000
commitdf6f34b6ad18f2fa3f1b20c0a4dd86500a6d219c (patch)
tree606fb3c70a4aa39ad2dbd5c73b7afb0346053043 /community/salt/fix-cryptodome-dependency.patch
parent3a23cdd48e4ac46f0fa688e626f1310dc710171a (diff)
community/salt: upgrade to 3002
Diffstat (limited to 'community/salt/fix-cryptodome-dependency.patch')
-rw-r--r--community/salt/fix-cryptodome-dependency.patch8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/salt/fix-cryptodome-dependency.patch b/community/salt/fix-cryptodome-dependency.patch
index 5148afd701d..35e659615c9 100644
--- a/community/salt/fix-cryptodome-dependency.patch
+++ b/community/salt/fix-cryptodome-dependency.patch
@@ -1,6 +1,8 @@
-#We ship pycryptodome as a full replacement of pycrypto, so the dependency is on pycryptodome, not pycryptodomex
+Reason: We ship pycryptodome as a full replacement of pycrypto, so the
+dependency is on pycryptodome, not pycryptodomex
+Upstream: No
--- a/requirements/crypto.txt
+++ b/requirements/crypto.txt
@@ -1 +1 @@
--pycryptodomex>=3.9.7
-+pycryptodome>=3.9.7
+-pycryptodomex>=3.9.8
++pycryptodome>=3.9.8