From 39bf49207cf62511f58da1772964ff9f10edfe90 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 25 Jun 2024 14:59:43 -0400 Subject: [PATCH] beets: depend on python3-typing_extensions fixes #50995 --- srcpkgs/beets/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template index 7929ec34327..ffac0e9ddac 100644 --- a/srcpkgs/beets/template +++ b/srcpkgs/beets/template @@ -1,11 +1,11 @@ # Template file for 'beets' pkgname=beets version=2.0.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-munkres python3-musicbrainzngs python3-Unidecode python3-yaml - python3-jellyfish python3-mediafile python3-confuse" + python3-jellyfish python3-mediafile python3-confuse python3-typing_extensions" checkdepends="$depends python3-BeautifulSoup4 python3-Flask python3-mock python3-pylast python3-pytest python3-pytest-cov python3-mpd2 python3-xdg python3-responses python3-requests-oauthlib python3-reflink python3-rarfile