Fix master/minion run with python3

This commit is contained in:
Kirill Ponomarev 2019-10-27 09:23:33 +00:00
parent 5b112344fd
commit a52ff8d3de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515759
2 changed files with 12 additions and 0 deletions

View File

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

View 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'