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

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

Merge "Cleanup python version properties" into main

parents c7321a8d f7b2fc81
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -89,11 +89,6 @@ python_binary_host {
    name: "simg_dump",
    main: "simg_dump.py",
    srcs: ["simg_dump.py"],
    version: {
        py3: {
            embedded_launcher: true,
        },
    },
}

cc_fuzz {
+0 −6
Original line number Diff line number Diff line
@@ -23,10 +23,4 @@ python_test {
        "**/*.py",
    ],
    test_suites: ["general-tests"],
    version: {
        py3: {
            embedded_launcher: true,
            enabled: true,
        },
    },
}