Skip to content

Commit fc09cf6

Browse files
committed
Add missing bazel_features bzl_library dependency
1 parent 4aec1cb commit fc09cf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ bzl_library(
135135
srcs = ["py_cc_link_params_info.bzl"],
136136
deps = [
137137
"//python/private/common:providers_bzl",
138+
"@bazel_features//:features",
138139
"@rules_python_internal//:rules_python_config_bzl",
139140
],
140141
)

0 commit comments

Comments
 (0)