summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-subunit_1.4.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-05-31 17:51:58 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-03 15:25:54 +0100
commit21b54b9f554a56bbb81cbbf6fbe52a8a7f24fbe7 (patch)
tree0ac3b6bcdc72c233f68365b5e146c631c8fc8661 /meta/recipes-devtools/python/python3-subunit_1.4.0.bb
parentf41c36a9af38543c2801a19bd99e8e57549d3e25 (diff)
downloadopenembedded-core-contrib-21b54b9f554a56bbb81cbbf6fbe52a8a7f24fbe7.tar.gz
python3-subunit: upgrade 1.3.0 -> 1.4.0
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-subunit_1.4.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-subunit_1.4.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-subunit_1.4.0.bb b/meta/recipes-devtools/python/python3-subunit_1.4.0.bb
new file mode 100644
index 0000000000..55066e2d0f
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-subunit_1.4.0.bb
@@ -0,0 +1,4 @@
+inherit setuptools3
+require python-subunit.inc
+
+RDEPENDS_${PN} = " python3-testtools"