sagemath-giac: fix Python dependencies, ignore version restrictions
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user