We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4fde65 commit 1226caaCopy full SHA for 1226caa
python/private/pypi/extension.bzl
@@ -481,6 +481,10 @@ You cannot use both the additive_build_content and additive_build_content_file a
481
cache = simpleapi_cache,
482
parallel_download = pip_attr.parallel_download,
483
)
484
+ elif pip_attr.experimental_extra_index_urls:
485
+ fail("'experimental_extra_index_urls' is a no-op unless 'experimental_index_url' is set")
486
+ elif pip_attr.experimental_index_url_overrides:
487
+ fail("'experimental_index_url_overrides' is a no-op unless 'experimental_index_url' is set")
488
489
out = _create_whl_repos(
490
module_ctx,
0 commit comments