From a2cea3cd265929f973278f7f134d1595d833670e Mon Sep 17 00:00:00 2001 From: Tetsuo Kiso Date: Fri, 29 Jul 2022 00:23:16 +0000 Subject: [PATCH] Simplify glob pattern to exclude static libraries --- python/repositories.bzl | 1 - 1 file changed, 1 deletion(-) diff --git a/python/repositories.bzl b/python/repositories.bzl index 09b05fa4ac..8bb8a9ced9 100644 --- a/python/repositories.bzl +++ b/python/repositories.bzl @@ -158,7 +158,6 @@ filegroup( exclude = [ "**/* *", # Bazel does not support spaces in file names. # static libraries - "lib/*.a", "lib/**/*.a", # tests for the standard libraries. "lib/python{python_version}/**/test/**",