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 1b835c3 commit 8803d2eCopy full SHA for 8803d2e
python/private/toolchains_repo.bzl
@@ -343,7 +343,7 @@ def compile_pip_requirements(**kwargs):
343
repository_name = repository_name,
344
name = rctx.attr.name,
345
python_version = python_version,
346
- rules_python = "@" + rules_python,
+ rules_python = get_repository_name(rctx.attr._rules_python_workspace),
347
))
348
rctx.file("{}/BUILD.bazel".format(python_version), "")
349
0 commit comments