You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
salt/salt-zmq.patch

10 lines
350 B

diff -Naur a/requirements/zeromq.txt b/requirements/zeromq.txt
--- a/requirements/zeromq.txt 2020-11-19 23:40:32.054767574 +0000
+++ b/requirements/zeromq.txt 2020-11-19 23:40:58.851359366 +0000
@@ -2,4 +2,4 @@
-r crypto.txt
pyzmq>=17.0.0 ; python_version < "3.9"
-pyzmq>=19.0.2 ; python_version >= "3.9"
+pyzmq>=19.0.0 ; python_version >= "3.9"