Skip to content

Commit f25ba22

Browse files
author
Matthias Koeppe
committed
build/pkgs/sagemath_sirocco, pkgs/sagemath-sirocco: Fix dependencies
1 parent f0944e6 commit f25ba22

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
$(PYTHON) sirocco | $(PYTHON_TOOLCHAIN) sage_setup cython pkgconfig
1+
$(PYTHON) sirocco cypari cysignals mpfr | $(PYTHON_TOOLCHAIN) sage_setup cython pkgconfig

pkgs/sagemath-sirocco/pyproject.toml.m4

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
requires = [
44
esyscmd(`sage-get-system-packages install-requires-toml \
55
setuptools \
6-
wheel \
76
sage_setup \
87
sagemath_environment \
9-
sagemath_standard \
108
cython \
11-
gmpy2 \
9+
cypari \
1210
cysignals \
1311
')]
1412
build-backend = "setuptools.build_meta"

pkgs/sagemath-sirocco/setup.cfg.m4

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ classifiers =
2727

2828
[options]
2929
python_requires = >=3.8, <3.12
30+
install_requires =
31+
esyscmd(`sage-get-system-packages install-requires \
32+
cypari \
33+
cysignals \
34+
| sed "2,\$s/^/ /;"')dnl

0 commit comments

Comments
 (0)