python3-pytaglib: add missing python3 dependency
This commit is contained in:
parent
7df8380218
commit
c1393bae1d
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'python3-pytaglib'
|
||||
pkgname=python3-pytaglib
|
||||
version=1.4.6
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="pytaglib-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-Cython"
|
||||
makedepends="python3-devel taglib-devel"
|
||||
depends="python3"
|
||||
short_desc="Python bindings for the TagLib C++ library"
|
||||
maintainer="Stefano Ragni <st3r4g@protonmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
|
|
Loading…
Reference in New Issue