From 48014223ecc89dca24fbe3fb025074d4a1796125 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 23 Apr 2025 17:39:21 +0200 Subject: 🚀 Debian package - control: force version for bs4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index cb379d805..b34274c6b 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,8 @@ Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-argon2, - python3-bs4, + python3-bs4 (>= 4.9.3), + python3-bs4 (<< 4.9.4), python3-bleach, python3-cairosvg, python3-distutils, -- cgit v1.2.3