python3-fpylll: add python3 as dep

This commit is contained in:
icp 2022-11-16 01:59:15 +05:30 committed by Michal Vasilek
parent 00d7b2efc8
commit 80f81231ff

View File

@ -1,11 +1,12 @@
# Template file for 'python3-fpylll'
pkgname=python3-fpylll
version=0.5.7
revision=2
revision=3
build_style=python3-module
hostmakedepends="python3-Cython"
makedepends="python3-cysignals python3-devel gmp-devel mpfr-devel fplll-devel
pari-devel"
depends="python3"
checkdepends="python3-pytest python3-numpy"
short_desc="Python wrapper to fplll (floating point lattice algorithms)"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"