LibreELEC-settings: add dbussy to depends

pygobject and dbus-python can be removed when the migration
to dbussy is finished.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2020-09-29 19:27:47 +02:00
parent 1c284d8157
commit 7775ceee73

View File

@ -8,7 +8,7 @@ PKG_SHA256="bb2452866afe7465ce8566eac3dcff8e6ce6f7ce7e0b9e53fd83125ece0c7be2"
PKG_LICENSE="GPL"
PKG_SITE="https://libreelec.tv"
PKG_URL="https://github.com/LibreELEC/service.libreelec.settings/archive/$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain Python3 connman pygobject dbus-python"
PKG_DEPENDS_TARGET="toolchain Python3 connman pygobject dbus-python dbussy"
PKG_LONGDESC="LibreELEC-settings: is a settings dialog for LibreELEC"
PKG_MAKE_OPTS_TARGET="DISTRONAME=$DISTRONAME ROOT_PASSWORD=$ROOT_PASSWORD"