Skip to content

Commit e1e00aa

Browse files
committed
fix: allow empty pypi packages
1 parent 1198422 commit e1e00aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/private/pypi/whl_library_targets.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ def whl_library_targets(
356356
data = data + native.glob(
357357
["site-packages/**/*"],
358358
exclude = _data_exclude,
359+
allow_empty = True,
359360
)
360361

361362
pyi_srcs = native.glob(

0 commit comments

Comments
 (0)