python3-pytaglib: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:09 +01:00
parent 7df8380218
commit c1393bae1d
1 changed files with 2 additions and 1 deletions

View File

@ -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"