diff options
| 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 |
| commit | a97a0493b76637f86d759beec9920af820e19c8d (patch) | |
| tree | 83aa6f7481c89a4b208e4717d4ed15687010c886 | |
| parent | 62329c748edc8f9e98eeac4df6646b34b5eef8ed (diff) | |
| download | Ishtar-a97a0493b76637f86d759beec9920af820e19c8d.tar.bz2 Ishtar-a97a0493b76637f86d759beec9920af820e19c8d.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, |
