From f4d99d378a41476c3f568f9fa4f1521d150f74e3 Mon Sep 17 00:00:00 2001 From: UebelAndre Date: Wed, 2 Mar 2022 10:56:28 -0800 Subject: [PATCH] Allow `*.dist-info/WHEEL` files into `pip_repository` generated targets --- python/pip_install/extract_wheels/lib/bazel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/pip_install/extract_wheels/lib/bazel.py b/python/pip_install/extract_wheels/lib/bazel.py index 1db5078833..0ec55c4c81 100644 --- a/python/pip_install/extract_wheels/lib/bazel.py +++ b/python/pip_install/extract_wheels/lib/bazel.py @@ -146,7 +146,6 @@ def generate_build_file_contents( dist_info_ignores = [ "**/*.dist-info/METADATA", "**/*.dist-info/RECORD", - "**/*.dist-info/WHEEL", ] data_exclude = list(