python3-primecountpy: fix cross-build.
This commit is contained in:
parent
0dec532a49
commit
9aa9486d0c
|
@ -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 <tornaria@cmat.edu.uy>"
|
||||
|
|
Loading…
Reference in New Issue