aboutsummaryrefslogtreecommitdiff
path: root/python/pip_install/extract_wheels/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'python/pip_install/extract_wheels/BUILD')
-rw-r--r--python/pip_install/extract_wheels/BUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/python/pip_install/extract_wheels/BUILD b/python/pip_install/extract_wheels/BUILD
index 158d34b..bc11885 100644
--- a/python/pip_install/extract_wheels/BUILD
+++ b/python/pip_install/extract_wheels/BUILD
@@ -9,7 +9,6 @@ py_library(
"arguments.py",
"bazel.py",
"extract_single_wheel.py",
- "extract_wheels.py",
"namespace_pkgs.py",
"parse_requirements_to_bzl.py",
"requirements.py",
@@ -22,14 +21,6 @@ py_library(
)
py_binary(
- name = "extract_wheels",
- srcs = [
- "extract_wheels.py",
- ],
- deps = [":lib"],
-)
-
-py_binary(
name = "extract_single_wheel",
srcs = [
"extract_single_wheel.py",