Skip to content

Commit 4658464

Browse files
authored
gh-113257: Fix SBOM metadata for pip 23.3.2 (#113262)
Fix SBOM metadata for pip 23.3.2
1 parent fa9ba02 commit 4658464

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Misc/sbom.spdx.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tools/build/generate_sbom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class PackageFiles(typing.NamedTuple):
5050
include=["Modules/expat/**"]
5151
),
5252
"pip": PackageFiles(
53-
include=["Lib/ensurepip/_bundled/pip-*-py3-none-any.whl"]
53+
include=["Lib/ensurepip/_bundled/pip-23.3.2-py3-none-any.whl"]
5454
),
5555
"macholib": PackageFiles(
5656
include=["Lib/ctypes/macholib/**"],

0 commit comments

Comments
 (0)