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 1198422 commit e1e00aaCopy full SHA for e1e00aa
1 file changed
python/private/pypi/whl_library_targets.bzl
@@ -356,6 +356,7 @@ def whl_library_targets(
356
data = data + native.glob(
357
["site-packages/**/*"],
358
exclude = _data_exclude,
359
+ allow_empty = True,
360
)
361
362
pyi_srcs = native.glob(
0 commit comments