diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-03-21 12:37:38 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-21 22:42:05 +0000 |
| commit | a299f7c59119e1e1d227632a4d4d298b5e9fe5a7 (patch) | |
| tree | 7d6bdda4729af8d9134bd3f867164ab56687be5d /meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb | |
| parent | 91a92e37743861301fbab54be396edf9c5b51038 (diff) | |
| download | poky-a299f7c59119e1e1d227632a4d4d298b5e9fe5a7.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb b/meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb index f4f0ad2df0..3242052963 100644 --- a/meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb +++ b/meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb | |||
| @@ -6,8 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75" | |||
| 6 | SRC_URI[sha256sum] = "abcabc8c2b26036d62d4c746381a6f7cf60aafcc653198ad678306986b09450d" | 6 | SRC_URI[sha256sum] = "abcabc8c2b26036d62d4c746381a6f7cf60aafcc653198ad678306986b09450d" |
| 7 | 7 | ||
| 8 | PYPI_PACKAGE = "MarkupSafe" | 8 | PYPI_PACKAGE = "MarkupSafe" |
| 9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 ptest |
| 10 | inherit ${@bb.utils.filter('DISTRO_FEATURES', 'ptest', d)} | ||
| 11 | 10 | ||
| 12 | RDEPENDS:${PN} += "${PYTHON_PN}-stringold" | 11 | RDEPENDS:${PN} += "${PYTHON_PN}-stringold" |
| 13 | 12 | ||
| @@ -19,6 +18,7 @@ SRC_URI += " \ | |||
| 19 | 18 | ||
| 20 | RDEPENDS:${PN}-ptest += " \ | 19 | RDEPENDS:${PN}-ptest += " \ |
| 21 | ${PYTHON_PN}-pytest \ | 20 | ${PYTHON_PN}-pytest \ |
| 21 | ${PYTHON_PN}-unittest-automake-output \ | ||
| 22 | " | 22 | " |
| 23 | 23 | ||
| 24 | do_install_ptest() { | 24 | do_install_ptest() { |
