Fix master/minion run with python3
This commit is contained in:
parent
5b112344fd
commit
a52ff8d3de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515759
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= salt
|
||||
PORTVERSION= 2019.2.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
11
sysutils/py-salt/files/patch-requirements_base.txt
Normal file
11
sysutils/py-salt/files/patch-requirements_base.txt
Normal file
@ -0,0 +1,11 @@
|
||||
--- requirements/base.txt.orig 2019-10-27 09:11:13 UTC
|
||||
+++ requirements/base.txt
|
||||
@@ -2,7 +2,7 @@ Jinja2
|
||||
# This should be changed to msgpack-python for Packages
|
||||
# msgpack-python>0.3,!=0.5.5
|
||||
msgpack>=0.5,!=0.5.5
|
||||
-PyYAML<5.1
|
||||
+PyYAML
|
||||
MarkupSafe
|
||||
requests>=1.0.0
|
||||
tornado>=4.2.1,<6.0; python_version < '3'
|
Loading…
Reference in New Issue
Block a user