mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
mpd-sima: needs setuptools at runtime
This commit is contained in:
parent
d9cd96cdcc
commit
cb02ceec99
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'mpd-sima'
|
# Template file for 'mpd-sima'
|
||||||
pkgname=mpd-sima
|
pkgname=mpd-sima
|
||||||
version=0.14.1
|
version=0.14.1
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="MPD_sima-${version}"
|
wrksrc="MPD_sima-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="sima"
|
pycompile_module="sima"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-musicpd>=0.4.0 python3-requests>=2.2.0"
|
depends="python3-setuptools python3-musicpd python3-requests"
|
||||||
short_desc="Automagically add titles to MPD playlist"
|
short_desc="Automagically add titles to MPD playlist"
|
||||||
maintainer="Felix Hanley <felix@userspace.com.au>"
|
maintainer="Felix Hanley <felix@userspace.com.au>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue