diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-04-23 17:39:21 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-08-20 10:42:40 +0200 |
commit | 48014223ecc89dca24fbe3fb025074d4a1796125 (patch) | |
tree | 00e093d6b23f0ecbe150b13311ac7cfbdf46e32d | |
parent | 7e2d1004e1c99bb7a5039ceeadcd5db4c015ec06 (diff) | |
download | Ishtar-48014223ecc89dca24fbe3fb025074d4a1796125.tar.bz2 Ishtar-48014223ecc89dca24fbe3fb025074d4a1796125.zip |
🚀 Debian package - control: force version for bs4
-rw-r--r-- | debian/control | 3 |
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, |