python3-primecountpy: fix cross-build.
This commit is contained in:
parent
0dec532a49
commit
9aa9486d0c
1 changed files with 4 additions and 3 deletions
|
@ -2,9 +2,10 @@
|
||||||
pkgname=python3-primecountpy
|
pkgname=python3-primecountpy
|
||||||
version=0.1.0
|
version=0.1.0
|
||||||
revision=4
|
revision=4
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-Cython"
|
hostmakedepends="python3-setuptools python3-wheel python3-Cython
|
||||||
makedepends="python3-cysignals python3-devel primecount-devel pari-devel"
|
python3-cysignals"
|
||||||
|
makedepends="python3-devel primecount-devel pari-devel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Python interface to the C++ library primecount"
|
short_desc="Python interface to the C++ library primecount"
|
||||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue