python3-pylast: fix dependencies
This commit is contained in:
parent
c0759c359e
commit
426ffef8be
1 changed files with 3 additions and 2 deletions
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'python3-pylast'
|
||||
pkgname=python3-pylast
|
||||
version=4.1.0
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc="pylast-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
depends="python3"
|
||||
depends="python3-setuptools"
|
||||
short_desc="Python3 interface to last.fm and libre.fm"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/pylast/pylast"
|
||||
distfiles="${PYPI_SITE}/p/pylast/pylast-${version}.tar.gz"
|
||||
checksum=ad084aec1bf7e307bc42d7cc1a003851f5bee1ad24fb697a9fdc300bbfe63932
|
||||
make_check=no # The 'pylast' distribution was not found and is required by the application
|
||||
|
|
Loading…
Reference in a new issue