diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-05-31 17:51:58 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-04 13:27:29 +0100 |
commit | d945746424226e0aac44ae4adab1b5aab5c2b5fb (patch) | |
tree | 4e65baa4e8434431f0f3f444c59682fb8976bf42 /meta/recipes-devtools/python/python3-subunit_1.4.0.bb | |
parent | 4918462a2f8b070d4e9a10007deae486b4ea5081 (diff) | |
download | poky-d945746424226e0aac44ae4adab1b5aab5c2b5fb.tar.gz |
python3-subunit: upgrade 1.3.0 -> 1.4.0
(From OE-Core rev: 21b54b9f554a56bbb81cbbf6fbe52a8a7f24fbe7)
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.bb | 4 |
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 @@ | |||
1 | inherit setuptools3 | ||
2 | require python-subunit.inc | ||
3 | |||
4 | RDEPENDS_${PN} = " python3-testtools" | ||