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 2db5b84 commit ab5ed59Copy full SHA for ab5ed59
1 file changed
python/private/pypi/whl_library.bzl
@@ -400,7 +400,7 @@ def _whl_library_impl(rctx):
400
401
# also enable pipstar for any whls that are downloaded without `pip`
402
enable_pipstar = (rp_config.enable_pipstar or whl_path) and rctx.attr.config_load
403
- enable_pipstar_extract = (enable_pipstar and rp_config.bazel_8_or_later) and rctx.attr.config_load
+ enable_pipstar_extract = enable_pipstar and rp_config.bazel_8_or_later
404
405
if not whl_path:
406
if rctx.attr.urls:
0 commit comments