From 547e63b5a570c28e8c422bdaf88ecc7b8d901a71 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 17 Nov 2022 01:30:07 +0530 Subject: [PATCH] python3-utils: add python3 as dep --- srcpkgs/python3-utils/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template index 4fec3f5b5aa..3537bb2ad69 100644 --- a/srcpkgs/python3-utils/template +++ b/srcpkgs/python3-utils/template @@ -1,11 +1,12 @@ # Template file for 'python3-utils' pkgname=python3-utils version=3.1.0 -revision=2 +revision=3 build_style=python3-module # skip coverage and mypy tests https://github.com/WoLpH/python-utils/issues/29 make_check_args="-o addopts=--doctest-modules" hostmakedepends="python3-setuptools" +depends="python3" checkdepends="python3-pytest python3-pytest-asyncio" short_desc="Convenient utilities not included with the standard Python3 install" maintainer="Karl Nilsson "