mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
sysutils/py-salt: remove pyzmq<22.0.0 pin from requirements to fix some states execution.
This commit is contained in:
parent
5ca638b2b1
commit
ddffa24d1a
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= salt
|
||||
PORTVERSION= 3004
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
10
sysutils/py-salt/files/patch-requirements_zeromq.txt
Normal file
10
sysutils/py-salt/files/patch-requirements_zeromq.txt
Normal 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"
|
Loading…
Reference in New Issue
Block a user