mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 20:59:42 +01:00
python3-markupsafe: use python3-unittest-automake-output
(From OE-Core rev: 721b5a81b176dd0f2aafb2fe3587d28df383eb7b) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
91a92e3774
commit
a299f7c591
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
pytest
|
||||
pytest --automake
|
||||
|
||||
@@ -6,8 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75"
|
||||
SRC_URI[sha256sum] = "abcabc8c2b26036d62d4c746381a6f7cf60aafcc653198ad678306986b09450d"
|
||||
|
||||
PYPI_PACKAGE = "MarkupSafe"
|
||||
inherit pypi setuptools3
|
||||
inherit ${@bb.utils.filter('DISTRO_FEATURES', 'ptest', d)}
|
||||
inherit pypi setuptools3 ptest
|
||||
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-stringold"
|
||||
|
||||
@@ -19,6 +18,7 @@ SRC_URI += " \
|
||||
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-pytest \
|
||||
${PYTHON_PN}-unittest-automake-output \
|
||||
"
|
||||
|
||||
do_install_ptest() {
|
||||
|
||||
Reference in New Issue
Block a user