Skip to content

Commit

Permalink
build/pkgs/sagetex/dependencies: add $(PYTHON_TOOLCHAIN)
Browse files Browse the repository at this point in the history
Our sagetex package needs python_build, included as part of
$(PYTHON_TOOLCHAIN), to build.

Closes: #38657
  • Loading branch information
orlitzky committed Oct 2, 2024
1 parent b0f09d9 commit 02ee063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/sagetex/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
maxima scipy matplotlib pillow tachyon pyparsing | $(PYTHON)
maxima scipy matplotlib pillow tachyon pyparsing | $(PYTHON_TOOLCHAIN) $(PYTHON)

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

0 comments on commit 02ee063

Please sign in to comment.