Skip to content

Commit 3610512

Browse files
committed
fixup
1 parent af68cce commit 3610512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pip_install/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ bzl_library(
2222
name = "pip_repository_bzl",
2323
srcs = ["pip_repository.bzl"],
2424
deps = [
25-
"//python/private/pypi:group_library_bzl",
2625
"//python/private/pypi:package_annotation_bzl",
2726
"//python/private/pypi:pip_repository_bzl",
27+
"//python/private/pypi:whl_config_library_bzl",
2828
"//python/private/pypi:whl_library_bzl",
2929
],
3030
)

0 commit comments

Comments
 (0)