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

Commit 3c07a2a7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Cleanup python version properties" into main am: ebb5cce5

parents ee0acaca ebb5cce5
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,
        },
    },
}