Skip to content

Commit f0944e6

Browse files
author
Matthias Koeppe
committed
build/pkgs/sagemath_mcqd, pkgs/sagemath-mcqd: Fix dependencies
1 parent e716194 commit f0944e6

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

build/pkgs/sagemath_mcqd/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
$(PYTHON) mcqd | $(PYTHON_TOOLCHAIN) sage_setup cython pkgconfig
1+
$(PYTHON) mcqd memory_allocator cysignals | $(PYTHON_TOOLCHAIN) sage_setup cython pkgconfig

pkgs/sagemath-mcqd/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+
memory_allocator \
1210
cysignals \
1311
')]
1412
build-backend = "setuptools.build_meta"

pkgs/sagemath-mcqd/setup.cfg.m4

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ classifiers =
2828
[options]
2929
python_requires = >=3.8, <3.12
3030
install_requires =
31+
esyscmd(`sage-get-system-packages install-requires \
32+
memory_allocator \
33+
cysignals \
34+
| sed "2,\$s/^/ /;"')dnl
3135

3236
packages =
3337
sage.graphs

0 commit comments

Comments
 (0)