python3-primecountpy: add python3 as dep

This commit is contained in:
icp 2022-11-17 01:25:43 +05:30 committed by Michal Vasilek
parent b2759d24c8
commit 615bf579db

View file

@ -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 <tornaria@cmat.edu.uy>"
license="GPL-3.0-or-later"