Skip to content

Commit 61fd2e1

Browse files
committed
add platform_bzl lib
1 parent 3710957 commit 61fd2e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

python/private/pypi/BUILD.bazel

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,11 @@ bzl_library(
342342
],
343343
)
344344

345+
bzl_library(
346+
name = "platform_bzl",
347+
srcs = ["platform.bzl"],
348+
)
349+
345350
bzl_library(
346351
name = "pypi_repo_utils_bzl",
347352
srcs = ["pypi_repo_utils.bzl"],

0 commit comments

Comments
 (0)