From fa005f434ecef0ac2539155c90b1609d26ddf996 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 4 Nov 2019 11:20:17 -0800 Subject: [PATCH] upmpdcli: Switch python dependency to Python 3. Signed-off-by: Rosen Penev --- sound/upmpdcli/Config.in | 2 +- sound/upmpdcli/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/upmpdcli/Config.in b/sound/upmpdcli/Config.in index fe3272296..eede75b16 100644 --- a/sound/upmpdcli/Config.in +++ b/sound/upmpdcli/Config.in @@ -10,7 +10,7 @@ config PACKAGE_UPMPDCLI_SC_WEB_INTERFACE bool "SongCast web server and associated files (depends on python)" default no depends on PACKAGE_upmpdcli - select PACKAGE_python + select PACKAGE_python3 select PACKAGE_UPMPDCLI_SCCTL help Installs the SongCast web interface and web server. See the following diff --git a/sound/upmpdcli/Makefile b/sound/upmpdcli/Makefile index 3d1a614a0..3102f098d 100644 --- a/sound/upmpdcli/Makefile +++ b/sound/upmpdcli/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=upmpdcli PKG_VERSION:=1.4.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.lesbonscomptes.com/upmpdcli/downloads