Skip to content

Commit 54a616d

Browse files
committed
add missing bzl_library dep
1 parent 1e7e952 commit 54a616d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

python/private/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ bzl_library(
361361
":common_labels.bzl",
362362
":py_cc_toolchain_info_bzl",
363363
":rules_cc_srcs_bzl",
364+
":sentinel_bzl",
364365
":util_bzl",
365366
"@bazel_skylib//rules:common_settings",
366367
],

python/private/py_cc_toolchain_info.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ attribute is available or not.
7474
7575
If available, information about C libraries, struct with fields:
7676
* providers_map: A dict of string to provider instances. The key should be
77-
7877
a fully qualified name (e.g. `@rules_foo//bar:baz.bzl#MyInfo`) of the
7978
provider to uniquely identify its type.
8079

0 commit comments

Comments
 (0)