1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bazarr_ynh.git synced 2024-09-03 18:06:27 +02:00

Replace unrar-free dependency by unar

unrar-free is somehow unsupported by the rarfile python library, cf. https://github.com/morpheus65535/bazarr/issues/2172
This commit is contained in:
tituspijean 2024-05-11 12:23:25 +02:00
parent 2730a8d4d0
commit 6f4c4aa287
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -57,4 +57,4 @@ ram.runtime = "50M"
main.allowed = "admins"
[resources.apt]
packages = "libxml2-dev, libxslt1-dev, unrar-free, ffmpeg, libatlas-base-dev, python3-venv"
packages = "libxml2-dev, libxslt1-dev, unar, ffmpeg, libatlas-base-dev, python3-venv"