Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Sep 2021 23:58:39 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 485c91db0fbd - main - www/flexget: drop jinja2 workaround after 04ca9b0f4970
Message-ID:  <202109112358.18BNwdR4042136@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=485c91db0fbd2af3392f46f8cc5deaa5de60cb0a

commit 485c91db0fbd2af3392f46f8cc5deaa5de60cb0a
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-09-11 17:25:38 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-09-11 23:57:12 +0000

    www/flexget: drop jinja2 workaround after 04ca9b0f4970
---
 www/flexget/files/patch-requirements.txt | 10 +---------
 1 file changed, 1 insertion(+), 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109112358.18BNwdR4042136>