python3-discid: add missing python3 dependency
This commit is contained in:
parent
e841c91ec8
commit
05e94f7eca
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'python3-discid'
|
||||
pkgname=python3-discid
|
||||
version=1.2.0
|
||||
revision=4
|
||||
revision=5
|
||||
wrksrc="discid-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module=discid
|
||||
hostmakedepends="python3 libdiscid"
|
||||
depends="libdiscid"
|
||||
depends="python3 libdiscid"
|
||||
short_desc="Python3 binding of libdiscid by MusicBrainz"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-3.0-or-later"
|
||||
|
|
Loading…
Reference in a new issue