Skip to content

Commit 1c45c9e

Browse files
authored
add missing dep to build target
1 parent 6d511c6 commit 1c45c9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/private/pypi/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ bzl_library(
232232
srcs = ["pep508_env.bzl"],
233233
deps = [
234234
":pep508_platform_bzl",
235+
"//python/private:py_wheel_normalize_pep440_bzl",
235236
],
236237
)
237238

0 commit comments

Comments
 (0)