summaryrefslogtreecommitdiff
path: root/sysutils/py-salt/files
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2019-10-27 09:23:33 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2019-10-27 09:23:33 +0000
commita52ff8d3de601bd35a1714a1c6af3fa7262b6ab3 (patch)
tree8e9beb211b01ab560ae8462af38fd5e681a70c2a /sysutils/py-salt/files
parentUpdate to the 20191026 snapshot of GCC 9.2.1. (diff)
Fix master/minion run with python3
Notes
Notes: svn path=/head/; revision=515759
Diffstat (limited to 'sysutils/py-salt/files')
-rw-r--r--sysutils/py-salt/files/patch-requirements_base.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/py-salt/files/patch-requirements_base.txt b/sysutils/py-salt/files/patch-requirements_base.txt
new file mode 100644
index 000000000000..4969efb2aecc
--- /dev/null
+++ b/sysutils/py-salt/files/patch-requirements_base.txt
@@ -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'