Skip to content

Commit b6973b8

Browse files
committed
wip
1 parent a249844 commit b6973b8

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

python/private/pypi/whl_library.bzl

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -704,13 +704,7 @@ def _whl_library_deps_impl(rctx):
704704
rctx.file("WORKSPACE")
705705
rctx.file("WORKSPACE.bazel")
706706
rctx.file("MODULE.bazel")
707-
rctx.file("REPO.bazel", """\
708-
repo(
709-
default_package_metadata = [
710-
"//:package_metadata",
711-
],
712-
)
713-
""")
707+
# TODO @aignas 2026-07-03: handle the repo metadata
714708

715709
_remove_files(rctx, "BUILD", "BUILD.bazel")
716710
rctx.file("BUILD.bazel", build_file_contents)

python/private/pypi/whl_library_targets.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ def whl_library_targets(
163163
rules: {type}`struct` A struct with references to rules for creating targets.
164164
"""
165165
src_pkg = Label(src_pkg)
166+
print(src_pkg)
166167
for src, dest in copy_files.items():
167168
rules.copy_file(
168169
name = dest + ".copy",

0 commit comments

Comments
 (0)