Skip to content

Commit 54136c5

Browse files
committed
remove leftover references
1 parent 7655a06 commit 54136c5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

python/private/pypi/whl_installer/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ py_library(
55
name = "lib",
66
srcs = [
77
"arguments.py",
8-
"namespace_pkgs.py",
98
"platform.py",
109
"wheel.py",
1110
"wheel_installer.py",

python/private/pypi/whl_library.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,6 @@ attr makes `extra_pip_args` and `download_only` ignored.""",
581581
Label("//python/private/pypi/whl_installer:wheel.py"),
582582
Label("//python/private/pypi/whl_installer:wheel_installer.py"),
583583
Label("//python/private/pypi/whl_installer:arguments.py"),
584-
Label("//python/private/pypi/whl_installer:namespace_pkgs.py"),
585584
] + record_files.values(),
586585
),
587586
"_rule_name": attr.string(default = "whl_library"),

0 commit comments

Comments
 (0)