diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-11-04 11:20:17 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2019-11-04 11:20:17 -0800 |
commit | fa005f434ecef0ac2539155c90b1609d26ddf996 (patch) | |
tree | 508049a9e898bd513c82798af66008ec9e8743b0 /sound/upmpdcli/Config.in | |
parent | c17af1cd505ca4f5ab6a940d28e8598667375a5b (diff) |
upmpdcli: Switch python dependency to Python 3.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'sound/upmpdcli/Config.in')
-rw-r--r-- | sound/upmpdcli/Config.in | 2 |
1 files changed, 1 insertions, 1 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 |