From d80fdd8d55ea2c210216bf988526e7b014713404 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 25 Sep 2022 14:48:50 +0200 Subject: [PATCH] python-hyperlink: remove python2 checkdepends --- srcpkgs/python-hyperlink/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template index 710b8eb13db..c2e4a6e1d05 100644 --- a/srcpkgs/python-hyperlink/template +++ b/srcpkgs/python-hyperlink/template @@ -6,8 +6,7 @@ wrksrc="hyperlink-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" depends="python-idna" -checkdepends="python-idna python-typing python-pytest python-mock - python3-idna python3-pytest" +checkdepends="python3-idna python3-pytest" short_desc="Pure-Python implementation of immutable URLs (Python2)" maintainer="Alessio Sergi " license="MIT"