From 617f13aa310574857f0049343ddbc0ef36e4bc89 Mon Sep 17 00:00:00 2001 From: 0x5c Date: Sat, 23 Jul 2022 05:38:40 -0400 Subject: [PATCH] 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). --- srcpkgs/python3-pymediainfo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-pymediainfo/template b/srcpkgs/python3-pymediainfo/template index 745c82cb37ce..002729dd0a38 100644 --- a/srcpkgs/python3-pymediainfo/template +++ b/srcpkgs/python3-pymediainfo/template @@ -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 "