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 155489f commit 83a774dCopy full SHA for 83a774d
python/bin/BUILD.bazel
@@ -1,4 +1,4 @@
1
-load("//python/private:interpreter.bzl", _interpreter_binary="interpreter_binary")
+load("//python/private:interpreter.bzl", _interpreter_binary = "interpreter_binary")
2
3
filegroup(
4
name = "distribution",
python/private/interpreter.bzl
@@ -60,12 +60,12 @@ interpreter_binary = rule(
60
"binary": attr.label(
61
mandatory = True,
62
),
63
+ "_bash_runfiles": attr.label(
64
+ default = "@bazel_tools//tools/bash/runfiles",
65
+ ),
66
"_template": attr.label(
67
default = "//python/private:interpreter_tmpl.sh",
68
allow_single_file = True,
69
- "_bash_runfiles": attr.label(
- default = "@bazel_tools//tools/bash/runfiles",
- ),
70
},
71
)
0 commit comments