Skip to content

Commit 0782e55

Browse files
committed
Merge branch 'main' of https://github.com/bazel-contrib/rules_python into pr-3408
2 parents 25b84a8 + 23e605c commit 0782e55

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ END_UNRELEASED_TEMPLATE
8181
* (toolchains) various local toolchain fixes: add abi3 header targets,
8282
fixes to linking, Windows DLL detection, and defines for free threaded
8383
runtimes.
84+
* (toolchains) The `python_headers` target is now compatible with
85+
layering_check.
8486
* (performance) 90% reduction in py_binary/py_test analysis phase cost.
8587
([#3381](https://github.com/bazel-contrib/rules_python/pull/3381)).
8688
* (gazelle) Fix `gazelle_python_manifest.test` so that it accesses manifest files via `runfile` path handling rather than directly ([#3397](https://github.com/bazel-contrib/rules_python/issues/3397)).

python/private/hermetic_runtime_repo_setup.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def define_hermetic_runtime_toolchain_impl(
126126
)
127127
cc_library(
128128
name = "python_headers",
129+
hdrs = [":includes"],
129130
deps = [":python_headers_abi3"] + select({
130131
"@bazel_tools//src/conditions:windows": [":interface"],
131132
"//conditions:default": [],

0 commit comments

Comments
 (0)