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 eea66c1 commit d43a66bCopy full SHA for d43a66b
1 file changed
python/private/pypi/whl_library.bzl
@@ -351,7 +351,7 @@ def _whl_library_impl(rctx):
351
352
# When pipstar is enabled, Python isn't used, so there's no need
353
# to setup env vars to run Python, unless we need to build an sdist
354
- if enable_pipstar_extract and whl_path:
+ if enable_pipstar_extract and whl_path and not rctx.attr.patches:
355
environment = {}
356
args = []
357
python_interpreter = None
0 commit comments