From 80f81231ff7c40859e2d0ea883a70a36230963ed Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 16 Nov 2022 01:59:15 +0530 Subject: [PATCH] python3-fpylll: add python3 as dep --- srcpkgs/python3-fpylll/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-fpylll/template b/srcpkgs/python3-fpylll/template index 143112ea17b..817dede1e53 100644 --- a/srcpkgs/python3-fpylll/template +++ b/srcpkgs/python3-fpylll/template @@ -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 "