Skip to content

Commit 7637558

Browse files
committed
fix bzl_library targets
1 parent 06ca1b4 commit 7637558

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/uv/private/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,15 @@ bzl_library(
6262
":toolchain_types_bzl",
6363
":uv_repository_bzl",
6464
":uv_toolchains_repo_bzl",
65+
"//python/private:auth_bzl",
6566
],
6667
)
6768

6869
bzl_library(
6970
name = "uv_repository_bzl",
7071
srcs = ["uv_repository.bzl"],
7172
visibility = ["//python/uv:__subpackages__"],
73+
deps = ["//python/private:auth_bzl"],
7274
)
7375

7476
bzl_library(

0 commit comments

Comments
 (0)