Package: jinja2 Version: 2.10.1-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu focal ubuntu-patch
Dear maintainers, The python-jinja2-doc package currently Recommends: python-jinja2, which is the python2 version of this package. Installing documentation should not nowadays pull in python2 packages. In Ubuntu, we have dropped this Recommends in order to keep python-jinja2 out of Ubuntu main. You might wish to switch the Recommends instead to python3-jinja2 if you prefer to keep it. Thanks for considering, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https://www.debian.org/ slanga...@ubuntu.com vor...@debian.org
diff -Nru jinja2-2.10.1/debian/control jinja2-2.10.1/debian/control --- jinja2-2.10.1/debian/control 2019-07-10 13:34:15.000000000 -0700 +++ jinja2-2.10.1/debian/control 2020-02-19 13:35:57.000000000 -0800 @@ -41,7 +41,6 @@ Section: doc Architecture: all Depends: ${sphinxdoc:Depends}, ${misc:Depends} -Recommends: python-jinja2 Description: documentation for the Jinja2 Python library Jinja2 is a small but fast and easy to use stand-alone template engine .