mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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'
|
# Template file for 'python3-discid'
|
||||||
pkgname=python3-discid
|
pkgname=python3-discid
|
||||||
version=1.2.0
|
version=1.2.0
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="discid-${version}"
|
wrksrc="discid-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module=discid
|
pycompile_module=discid
|
||||||
hostmakedepends="python3 libdiscid"
|
hostmakedepends="python3 libdiscid"
|
||||||
depends="libdiscid"
|
depends="python3 libdiscid"
|
||||||
short_desc="Python3 binding of libdiscid by MusicBrainz"
|
short_desc="Python3 binding of libdiscid by MusicBrainz"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="LGPL-3.0-or-later"
|
license="LGPL-3.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue