Skip to content

Commit 8e3d635

Browse files
committed
fix the bzl library deps for the lock bzl
1 parent 3bffc0d commit 8e3d635

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/uv/private/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ bzl_library(
4040
srcs = ["lock.bzl"],
4141
visibility = ["//python/uv:__subpackages__"],
4242
deps = [
43-
"//python:py_test_bzl",
43+
"//python:py_binary_bzl",
4444
"//python/private:bzlmod_enabled_bzl",
45+
"@bazel_skylib//lib:shell",
4546
"@bazel_skylib//rules:expand_template",
4647
],
4748
)

0 commit comments

Comments
 (0)