aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-09-11 17:25:38 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-09-11 23:57:12 +0000
commit485c91db0fbd2af3392f46f8cc5deaa5de60cb0a (patch)
treeaffa8c223453fdb4eccd382fb59ddbcd80a1f7ca
parenta7c6715a7a9667f5fa9fe43473d9d553fd65babb (diff)
downloadports-485c91db0fbd2af3392f46f8cc5deaa5de60cb0a.tar.gz
ports-485c91db0fbd2af3392f46f8cc5deaa5de60cb0a.zip
www/flexget: drop jinja2 workaround after 04ca9b0f4970
-rw-r--r--www/flexget/files/patch-requirements.txt10
1 files changed, 1 insertions, 9 deletions
diff --git a/www/flexget/files/patch-requirements.txt b/www/flexget/files/patch-requirements.txt
index 169b1ab442c8..4c9580a11dc0 100644
--- a/www/flexget/files/patch-requirements.txt
+++ b/www/flexget/files/patch-requirements.txt
@@ -6,15 +6,7 @@
SQLAlchemy >=1.3.10, <1.999
PyYAML>=4.2b1
# Beautifulsoup 4.5+ is required to support different versions of html5lib
-@@ -6,28 +6,28 @@ beautifulsoup4>=4.5
- html5lib>=0.11
- PyRSS2Gen
- pynzb
--rpyc~=5.0
--jinja2~=3.0
-+rpyc
-+jinja2
- # There is a bug in requests 2.4.0 where it leaks urllib3 exceptions
+@@ -12,22 +12,22 @@ jinja2~=3.0
requests>=2.20.0
python-dateutil
jsonschema>=2.0