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:
parent
2730a8d4d0
commit
6f4c4aa287
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue