Skip to content

Commit f20cc6b

Browse files
author
Matthias Koeppe
committed
Fix more dependencies
1 parent f25ba22 commit f20cc6b

File tree

11 files changed

+11
-17
lines changed

11 files changed

+11
-17
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
$(PYTHON) bliss | $(PYTHON_TOOLCHAIN) sage_setup cython pkgconfig
1+
$(PYTHON) bliss cysignals | $(PYTHON_TOOLCHAIN) sage_setup sagemath_environment cython pkgconfig
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
$(PYTHON) coxeter3 | $(PYTHON_TOOLCHAIN) sage_setup cython pkgconfig
1+
$(PYTHON) coxeter3 | $(PYTHON_TOOLCHAIN) sage_setup sagemath_environment cython pkgconfig
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
$(PYTHON) meataxe | $(PYTHON_TOOLCHAIN) sage_setup cython pkgconfig
1+
$(PYTHON) meataxe | $(PYTHON_TOOLCHAIN) sage_setup sagemath_environment cython pkgconfig
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
$(PYTHON) sirocco cypari cysignals mpfr | $(PYTHON_TOOLCHAIN) sage_setup cython pkgconfig
1+
$(PYTHON) sirocco cypari cysignals mpfr | $(PYTHON_TOOLCHAIN) sage_setup sagemath_environment cython pkgconfig
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
$(PYTHON) tdlib | $(PYTHON_TOOLCHAIN) sage_setup cython pkgconfig
1+
$(PYTHON) tdlib cysignals | $(PYTHON_TOOLCHAIN) sage_setup sagemath_environment cython pkgconfig

pkgs/sagemath-bliss/pyproject.toml.m4

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
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 \
129
cysignals \
1310
')]
1411
build-backend = "setuptools.build_meta"

pkgs/sagemath-bliss/setup.cfg.m4

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

pkgs/sagemath-coxeter3/pyproject.toml.m4

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
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 \
129
cysignals \
1310
')]
1411
build-backend = "setuptools.build_meta"

pkgs/sagemath-meataxe/pyproject.toml.m4

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
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 \
129
cysignals \
1310
')]
1411
build-backend = "setuptools.build_meta"

pkgs/sagemath-tdlib/pyproject.toml.m4

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
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 \
129
cysignals \
1310
')]
1411
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)