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>2025-10-24 18:12:11 +0200
commita97a0493b76637f86d759beec9920af820e19c8d (patch)
tree83aa6f7481c89a4b208e4717d4ed15687010c886
parent62329c748edc8f9e98eeac4df6646b34b5eef8ed (diff)
downloadIshtar-a97a0493b76637f86d759beec9920af820e19c8d.tar.bz2
Ishtar-a97a0493b76637f86d759beec9920af820e19c8d.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,