summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@debian.org>2020-07-15 08:24:32 +0200
committerJohannes 'josch' Schauer <josch@debian.org>2020-07-15 08:24:32 +0200
commit7a80ea04fd26a540e7039da2b2c128fafce7aaab (patch)
treef5e22a6ab947dc2a12d3e0d24abb5b5989c17415 /debian/control
parent4fa8dd7f4553b8fd17f8063aacdd05b91d3cb988 (diff)
debian/control: python3-werkzeug >= 0.16.1 is needed because of werkzeug/middleware/proxy_fix.py
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 6af2b35..1a3aa71 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Depends:
python3-openssl,
python3-pygments,
python3-requests,
- python3-werkzeug,
+ python3-werkzeug (>= 0.16.1),
python3-yaml,
${misc:Depends},
${python3:Depends},