python3-pymediainfo: remove unused dependency.

python3-importlib_metadata is a backport of new-ish importlib APIs for python
versions under 3.10 (3.8 in some cases). Since Void already has python 3.10,
the backport is completely unused and the package is already using the builtin
importlib.metadata (note the dot in place of the underscore).
This commit is contained in:
0x5c 2022-07-23 05:38:40 -04:00 committed by Đoàn Trần Công Danh
parent 5afcf36fa5
commit fa9095b5ca

View File

@ -1,11 +1,11 @@
# Template file for 'python3-pymediainfo'
pkgname=python3-pymediainfo
version=5.1.0
revision=1
revision=2
wrksrc="pymediainfo-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3-importlib_metadata libmediainfo"
depends="libmediainfo"
checkdepends="python3-pytest libmediainfo"
short_desc="Python wrapper around the MediaInfo library"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"