Skip to content

Commit 6c73c47

Browse files
committed
fixup the configure hooks
1 parent d4d2453 commit 6c73c47

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

python/private/pypi/extension.bzl

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,10 @@ def build_config(
115115
# extra values that we just add
116116
auth_patterns = tag.auth_patterns,
117117
netrc = tag.netrc,
118-
use_downloader = tag.user_downloader,
119-
parallel_download = tag.parallel_download,
120-
index_url_overrides = tag.index_url_overrides,
121-
downloader_skip = tag.downloader_skip,
122-
# TODO @aignas 2025-05-19: add more attr groups:
123-
# * for index/downloader config. This includes all of those attributes for
124-
# overrides, etc. Index overrides per platform could be also used here.
118+
# TODO @aignas 2025-10-05: is this enough?
119+
# downloader = tag.downloader,
120+
# index_url = tag.index_url,
121+
# index_overrides = tag.index_overrides,
125122
)
126123

127124
return struct(

0 commit comments

Comments
 (0)