add app-admin/salt with python-3.11 compat
This commit is contained in:
12
app-admin/salt/files/salt-3005-relax-pyzmq-dep.patch
Normal file
12
app-admin/salt/files/salt-3005-relax-pyzmq-dep.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff --git a/requirements/zeromq.txt b/requirements/zeromq.txt
|
||||
index eb4d796418..ffa1589043 100644
|
||||
--- a/requirements/zeromq.txt
|
||||
+++ b/requirements/zeromq.txt
|
||||
@@ -1,6 +1,4 @@
|
||||
-r base.txt
|
||||
-r crypto.txt
|
||||
|
||||
-pyzmq<=20.0.0 ; python_version < "3.6"
|
||||
-pyzmq>=17.0.0 ; python_version < "3.9"
|
||||
-pyzmq>19.0.2 ; python_version >= "3.9"
|
||||
+pyzmq
|
||||
Reference in New Issue
Block a user