From 9aa9486d0c67e97f434b29f4beff6d69856adaaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 16 Oct 2023 18:11:02 -0300 Subject: [PATCH] python3-primecountpy: fix cross-build. --- srcpkgs/python3-primecountpy/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-primecountpy/template b/srcpkgs/python3-primecountpy/template index 886e5d67c51..eb3587dbb29 100644 --- a/srcpkgs/python3-primecountpy/template +++ b/srcpkgs/python3-primecountpy/template @@ -2,9 +2,10 @@ pkgname=python3-primecountpy version=0.1.0 revision=4 -build_style=python3-module -hostmakedepends="python3-setuptools python3-Cython" -makedepends="python3-cysignals python3-devel primecount-devel pari-devel" +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel python3-Cython + python3-cysignals" +makedepends="python3-devel primecount-devel pari-devel" depends="python3" short_desc="Python interface to the C++ library primecount" maintainer="Gonzalo TornarĂ­a "