From 580766ffef1d0a5c2f8e254efe290f9b02c0e308 Mon Sep 17 00:00:00 2001 From: su-fang Date: Tue, 14 Mar 2023 16:13:09 +0800 Subject: [PATCH] Add python3-jinja2 to build-depends. --- debian/changelog | 6 ++++++ debian/control | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index eb8270c..25a0829 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-werkzeug (2.2.2-ok4) yangtze; urgency=medium + + * Add python3-jinja2 to build-depends. + + -- sufang Tue, 14 Mar 2023 16:11:45 +0800 + python-werkzeug (2.2.2-ok3) yangtze; urgency=medium * Fix command 'install' has no such option 'install_layout'. diff --git a/debian/control b/debian/control index 0b792b3..6b3519c 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,7 @@ Build-Depends: python3-sphinx-issues , python3-sphinxcontrib-log-cabinet , python3-watchdog , + python3-jinja2 Homepage: http://werkzeug.pocoo.org/ Vcs-Git: https://gitee.com/openkylin/python-werkzeug.git Vcs-Browser: https://gitee.com/openkylin/python-werkzeug