diff options
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb b/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb new file mode 100644 index 0000000000..ba58c18df0 --- /dev/null +++ b/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "Modules to make unittest and pytest look like Automake output, for ptest" | ||
| 2 | HOMEPAGE = "https://gitlab.com/rossburton/python-unittest-automake-output" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f6f16008d9fb7349f06609329f1ab93b" | ||
| 5 | |||
| 6 | SRC_URI = "git://gitlab.com/rossburton/python-unittest-automake-output;protocol=https;branch=main" | ||
| 7 | SRCREV = "06537edb18f3641c70bce25256f6ecf5f5164ead" | ||
| 8 | |||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | |||
| 11 | inherit python_flit_core | ||
| 12 | |||
| 13 | BBCLASSEXTEND = "native nativesdk" | ||
