sagemath-giac: fix Python dependencies, ignore version restrictions

This commit is contained in:
Andrew J. Hesford
2025-12-12 00:20:56 -05:00
parent 2c1a69bf2a
commit 16340e5247
+5 -3
View File
@@ -1,10 +1,12 @@
# Template file for 'sagemath-giac'
pkgname=sagemath-giac
version=0.1.3
revision=3
revision=4
build_style=python3-pep517
hostmakedepends="python3-meson-python python3-Cython"
makedepends="python3-cysignals python3-gmpy2 sagemath libmpc-devel giac-devel"
make_build_args="--skip-dependency-check"
hostmakedepends="python3-meson-python python3-Cython python3-cysignals
python3-gmpy2 sagemath"
makedepends="libmpc-devel giac-devel"
depends="sagemath"
checkdepends="python3-pytest"
short_desc="Support for using Giac within SageMath"