From 615bf579db26a0c81a2cce3f6ed60b0715f7fd70 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 17 Nov 2022 01:25:43 +0530 Subject: [PATCH] python3-primecountpy: add python3 as dep --- srcpkgs/python3-primecountpy/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-primecountpy/template b/srcpkgs/python3-primecountpy/template index 3f6bdb62fbf..0cd0b212fb8 100644 --- a/srcpkgs/python3-primecountpy/template +++ b/srcpkgs/python3-primecountpy/template @@ -1,10 +1,11 @@ # Template file for 'python3-primecountpy' pkgname=python3-primecountpy version=0.1.0 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools python3-Cython" makedepends="python3-cysignals python3-devel primecount-devel pari-devel" +depends="python3" short_desc="Python interface to the C++ library primecount" maintainer="Gonzalo TornarĂ­a " license="GPL-3.0-or-later"