1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tvheadend_ynh.git synced 2024-10-01 13:34:50 +02:00

Let shipped deb pull its dependencies.

This commit is contained in:
Mateusz 2024-04-09 13:05:39 +02:00 committed by GitHub
parent 3bb823d1d1
commit ea6b84ee0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -92,18 +92,3 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
main.default = 9981
stream.default = 9982
stream.exposed = "TCP"
[resources.apt]
packages = [
"libavahi-client3",
"libavahi-common3",
"libc6",
"libdbus-1-3",
"libdvbcsa1",
"libpcre3",
"libssl1.1",
"libstdc++6",
"liburiparser1",
"zlib1g",
"bzip2",
]