sysutils/py-salt: remove pyzmq<22.0.0 pin from requirements to fix some states execution.

(cherry picked from commit ddffa24d1a)
This commit is contained in:
Kirill Ponomarev 2021-10-27 08:33:33 +02:00
parent 69aea80d02
commit 13f3619de8
2 changed files with 11 additions and 0 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= salt
PORTVERSION= 3004
PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -0,0 +1,10 @@
--- requirements/zeromq.txt.old 2021-10-27 08:27:29.631303000 +0200
+++ requirements/zeromq.txt 2021-10-27 08:27:56.967052000 +0200
@@ -2,5 +2,5 @@
-r crypto.txt
pyzmq<=20.0.0 ; python_version < "3.6"
-pyzmq>=17.0.0,<22.0.0 ; python_version < "3.9"
-pyzmq>19.0.2,<22.0.0 ; python_version >= "3.9"
+pyzmq>=17.0.0 ; python_version < "3.9"
+pyzmq>19.0.2 ; python_version >= "3.9"