Skip to content

Commit 80088c6

Browse files
committed
fix bazel library refs
1 parent a29ea33 commit 80088c6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

python/uv/private/BUILD.bazel

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ bzl_library(
4141
srcs = ["lock.bzl"],
4242
visibility = ["//python/uv:__subpackages__"],
4343
deps = [
44-
"//python:py_binary_bzl",
45-
"//python/private:bzlmod_enabled_bzl",
46-
"@bazel_skylib//rules:write_file",
44+
"//python:py_test_bzl",
45+
"@bazel_skylib//rules:expand_template",
4746
],
4847
)
4948

0 commit comments

Comments
 (0)