Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0c81e5f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove references to modern_python_path_defaults"

parents 00bcce85 ab45e01a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -126,7 +126,6 @@ genrule {
// pre-generated binary inputs.
python_test_host {
    name: "pdl_python_generator_test",
    defaults: ["modern_python_path_defaults"],
    main: "tests/python_generator_test.py",
    srcs: [
        "tests/python_generator_test.py",
@@ -155,7 +154,6 @@ python_test_host {
// on selected PDL source files.
python_test_host {
    name: "pdl_python_parser_test",
    defaults: ["modern_python_path_defaults"],
    main: "tests/python_parser_test.py",
    srcs: ["tests/python_parser_test.py"],
    data: [
+0 −2
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ package {

python_binary_host {
    name: "pypdl",
    defaults: ["modern_python_path_defaults"],
    main: "pdl/parser.py",
    srcs: ["pdl/parser.py"],
}
@@ -17,7 +16,6 @@ python_binary_host {
// Python generator.
python_binary_host {
    name: "pdl_python_generator",
    defaults: ["modern_python_path_defaults"],
    main: "generate_python_backend.py",
    srcs: [
        "generate_python_backend.py",