summaryrefslogtreecommitdiff
path: root/sysutils/py-salt/files
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2020-06-02 11:23:53 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2020-06-02 11:23:53 +0000
commitaf84cfffe3e4d240e5b22552e7f41cb1d2f8f847 (patch)
tree218c7bc30a5d1249f27305e22a26433f441b879f /sysutils/py-salt/files
parentgames/julius: update to 1.4.1 (diff)
Update py-salt to version 3000 and repo copy py-salt to py-salt-2019.
We decided to run both versions for a while until 2019 is EOL and give people the possibility to run newest 3000 version. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=537537
Diffstat (limited to 'sysutils/py-salt/files')
-rw-r--r--sysutils/py-salt/files/patch-requirements_base.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/py-salt/files/patch-requirements_base.txt b/sysutils/py-salt/files/patch-requirements_base.txt
deleted file mode 100644
index 4969efb2aecc..000000000000
--- a/sysutils/py-salt/files/patch-requirements_base.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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'