From 42ca8e2f2d6bdba64741f73fc91dbc6b8299a657 Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 16 Nov 2022 01:51:39 +0530 Subject: [PATCH] python3-execnet: add python3 as dep --- srcpkgs/python3-execnet/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-execnet/template b/srcpkgs/python3-execnet/template index e086bc625ec..3b7593451dc 100644 --- a/srcpkgs/python3-execnet/template +++ b/srcpkgs/python3-execnet/template @@ -1,9 +1,10 @@ # Template file for 'python3-execnet' pkgname=python3-execnet version=1.9.0 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools python3-setuptools_scm" +depends="python3" checkdepends="python3-pytest" short_desc="Distributed Python deployment and communication" maintainer="classabbyamp "