From d44a54676d0e7544823a8143a34b3f1967da0890 Mon Sep 17 00:00:00 2001 From: Niko Mauno Date: Mon, 26 Aug 2024 09:40:10 +0000 Subject: python3-parse-type: Cosmetic fixes Apply some changes to recipe content ordering and indentation style from oe-stylize.py. Signed-off-by: Niko Mauno Signed-off-by: Khem Raj --- .../python/python3-parse-type_0.6.2.bb | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb b/meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb index b5d9b2057b..4c5efa1853 100644 --- a/meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb @@ -4,22 +4,21 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=2e469278ace89c246d52505acc39c3da" SRC_URI[sha256sum] = "79b1f2497060d0928bc46016793f1fca1057c4aacdf15ef876aa48d75a73a355" +SRC_URI += " \ + file://run-ptest \ +" PYPI_PACKAGE = "parse_type" -inherit pypi ptest python_setuptools_build_meta -RDEPENDS:${PN} += "python3-parse" +inherit pypi ptest python_setuptools_build_meta -SRC_URI += " \ - file://run-ptest \ -" +do_install_ptest() { + install -d ${D}${PTEST_PATH}/tests + cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ +} +RDEPENDS:${PN} += "python3-parse" RDEPENDS:${PN}-ptest += " \ python3-pytest \ python3-unittest-automake-output \ " - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} -- cgit v1.2.3-54-g00ecf