We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29ea33 commit 80088c6Copy full SHA for 80088c6
python/uv/private/BUILD.bazel
@@ -41,9 +41,8 @@ bzl_library(
41
srcs = ["lock.bzl"],
42
visibility = ["//python/uv:__subpackages__"],
43
deps = [
44
- "//python:py_binary_bzl",
45
- "//python/private:bzlmod_enabled_bzl",
46
- "@bazel_skylib//rules:write_file",
+ "//python:py_test_bzl",
+ "@bazel_skylib//rules:expand_template",
47
],
48
)
49
0 commit comments