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 e05f9af commit 9121abdCopy full SHA for 9121abd
python/private/BUILD.bazel
@@ -789,13 +789,6 @@ py_library(
789
],
790
)
791
792
-py_binary(
793
- name = "repl_main_generator",
794
- srcs = [
795
- "repl_main_generator.py",
796
- ],
797
-)
798
-
799
# The current toolchain's interpreter as an excutable, usable with
800
# executable=True attributes.
801
current_interpreter_executable(
python/private/repl.bzl
@@ -38,11 +38,6 @@ _generate_repl_main = rule(
38
mandatory = True,
39
allow_single_file = True,
40
),
41
- "_generator": attr.label(
42
- default = "//python/private:repl_main_generator",
43
- executable = True,
44
- cfg = "exec",
45
- ),
46
"_template": attr.label(
47
default = "//python/private:repl_template.py",
48
0 commit comments