Skip to content

Commit 02ee063

Browse files
committed
build/pkgs/sagetex/dependencies: add $(PYTHON_TOOLCHAIN)
Our sagetex package needs python_build, included as part of $(PYTHON_TOOLCHAIN), to build. Closes: #38657
1 parent b0f09d9 commit 02ee063

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)