Skip to content

Commit

Permalink
00418: Don't generate sbom in make regen-all
Browse files Browse the repository at this point in the history
The script and make target, modified in Python 3.13.0a4,
assumes the presence of expat and _decimal/libmpdec libraries, resulting in an
error and failed build when not found.
Reported upstream: python#115663
  • Loading branch information
befeleme committed Feb 20, 2024
1 parent 40442ec commit 3357fac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -1625,10 +1625,11 @@ regen-unicodedata:
regen-all: regen-cases regen-typeslots \
regen-token regen-ast regen-keyword regen-sre regen-frozen \
regen-pegen-metaparser regen-pegen regen-test-frozenmain \
regen-test-levenshtein regen-global-objects regen-sbom regen-jit
regen-test-levenshtein regen-global-objects regen-jit
@echo
@echo "Note: make regen-stdlib-module-names, make regen-limited-abi, "
@echo "make regen-configure and make regen-unicodedata should be run manually"
@echo "make regen-configure, make regen-unicodedata and make regen-sbom "
@echo "should be run manually"

############################################################################
# Special rules for object files
Expand Down

0 comments on commit 3357fac

Please sign in to comment.