From e0ed60b504f731ca7c85c1478ef8188856586c71 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 17 Nov 2022 01:35:25 +0530 Subject: [PATCH] python3-jaraco.context: add python3 as dep, fix tests --- srcpkgs/python3-jaraco.context/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-jaraco.context/template b/srcpkgs/python3-jaraco.context/template index b3959500e5a..7240e679bf0 100644 --- a/srcpkgs/python3-jaraco.context/template +++ b/srcpkgs/python3-jaraco.context/template @@ -1,9 +1,11 @@ # Template file for 'python3-jaraco.context' pkgname=python3-jaraco.context version=4.1.1 -revision=2 +revision=3 build_style=python3-pep517 hostmakedepends="python3-wheel python3-setuptools_scm" +depends="python3" +checkdepends="python3-pytest" short_desc="Context managers by jaraco" maintainer="Orphaned " license="MIT"