Skip to content

Commit b188ad0

Browse files
author
Release Manager
committed
sagemathgh-38752: build/pkgs/sagetex/dependencies: add $(PYTHON_TOOLCHAIN) Our sagetex package needs python_build, included as part of `$(PYTHON_TOOLCHAIN)`, to build. Closes: sagemath#38657 URL: sagemath#38752 Reported by: Michael Orlitzky Reviewer(s): Matthias Köppe
2 parents afc2f14 + 02ee063 commit b188ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pkgs/sagetex/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
maxima scipy matplotlib pillow tachyon pyparsing | $(PYTHON)
1+
maxima scipy matplotlib pillow tachyon pyparsing | $(PYTHON_TOOLCHAIN) $(PYTHON)
22

33
To build SageTeX, you just need Python and pyparsing, but to test (SAGE_CHECK=yes)
44
SageTeX, you actually need to run Sage, produce plots,...

0 commit comments

Comments
 (0)