Skip to content

Commit 8803d2e

Browse files
committed
fix the rules_python name in the other place
1 parent 1b835c3 commit 8803d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/toolchains_repo.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def compile_pip_requirements(**kwargs):
343343
repository_name = repository_name,
344344
name = rctx.attr.name,
345345
python_version = python_version,
346-
rules_python = "@" + rules_python,
346+
rules_python = get_repository_name(rctx.attr._rules_python_workspace),
347347
))
348348
rctx.file("{}/BUILD.bazel".format(python_version), "")
349349

0 commit comments

Comments
 (0)