upmpdcli: Switch python dependency to Python 3.
authorRosen Penev <rosenp@gmail.com>
Mon, 4 Nov 2019 19:20:17 +0000 (11:20 -0800)
committerRosen Penev <rosenp@gmail.com>
Mon, 4 Nov 2019 19:20:17 +0000 (11:20 -0800)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
sound/upmpdcli/Config.in
sound/upmpdcli/Makefile

index fe32722964bd8ae926ec4fd3d22d4610a8cc7be9..eede75b16836c7df5c9358808ad31e59cbf8929d 100644 (file)
@@ -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
index 3d1a614a0e00607bdf985d087edbe98fad231e12..3102f098dd3d7cdef04cdadf43f96a7bc54f9264 100644 (file)
@@ -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