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 af68cce commit 3610512Copy full SHA for 3610512
python/pip_install/BUILD.bazel
@@ -22,9 +22,9 @@ bzl_library(
22
name = "pip_repository_bzl",
23
srcs = ["pip_repository.bzl"],
24
deps = [
25
- "//python/private/pypi:group_library_bzl",
26
"//python/private/pypi:package_annotation_bzl",
27
"//python/private/pypi:pip_repository_bzl",
+ "//python/private/pypi:whl_config_library_bzl",
28
"//python/private/pypi:whl_library_bzl",
29
],
30
)
0 commit comments