curseradio: needs setuptools for the entry point

This commit is contained in:
Alessio Sergi 2018-04-15 19:31:21 +02:00
parent 82ddee3c8e
commit ff030ebdb3
1 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
# Template file for 'curseradio'
pkgname=curseradio
version=0.0.20171017
revision=2
revision=3
noarch=yes
_commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
wrksrc="curseradio-${_commit}"
noarch=yes
build_style=python3-module
pycompile_module="curseradio"
hostmakedepends="python3-setuptools"
depends="mpv python3-lxml python3-requests python3-xdg"
depends="mpv python3-setuptools python3-lxml python3-requests python3-xdg"
short_desc="Command line radio player"
maintainer="cr6git <quark6@protonmail.com>"
license="MIT"