summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-unittest-automake-output_0.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-unittest-automake-output_0.3.bb')
-rw-r--r--meta/recipes-devtools/python/python3-unittest-automake-output_0.3.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-devtools/python/python3-unittest-automake-output_0.3.bb b/meta/recipes-devtools/python/python3-unittest-automake-output_0.3.bb
deleted file mode 100644
index 66c1abee34..0000000000
--- a/meta/recipes-devtools/python/python3-unittest-automake-output_0.3.bb
+++ /dev/null
@@ -1,14 +0,0 @@
1SUMMARY = "Modules to make unittest and pytest look like Automake output, for ptest"
2HOMEPAGE = "https://gitlab.com/rossburton/python-unittest-automake-output"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=f6f16008d9fb7349f06609329f1ab93b"
5
6SRC_URI = "git://gitlab.com/rossburton/python-unittest-automake-output;protocol=https;branch=main;tag=${PV}"
7
8SRCREV = "3376ff9bc319f8338849b7b9f63b9325d7b7663a"
9
10inherit python_flit_core
11
12RDEPENDS:${PN} += "python3-unittest"
13
14BBCLASSEXTEND = "native nativesdk"