summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-04-23 17:39:21 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2026-02-11 18:47:43 +0100
commitaccf23837b2368e881b1e36864789d48e7da6054 (patch)
tree6556bb365308a4cb555c20fc07af496c275e5bea
parent72761c9f3d5a9415f985ddda538a28a1fa2d80fb (diff)
downloadIshtar-accf23837b2368e881b1e36864789d48e7da6054.tar.bz2
Ishtar-accf23837b2368e881b1e36864789d48e7da6054.zip
🚀 Debian package - control: force version for bs4
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
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,