From: Robert P. J. Day Date: Mon, 4 Mar 2024 11:12:57 +0000 (-0500) Subject: python3-cryptography_42.0.5.bb: delete redundant ptest packaging X-Git-Tag: 2024-04-scarthgap~248 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61949efcdb496b27d03f89ccde3d16c8cf4a56d5;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-cryptography_42.0.5.bb: delete redundant ptest packaging Since FILES:${PN}-ptest is already defined to include the contents of ${PTEST_PATH}, adding such an entry to the package is superfluous. Signed-off-by: Robert P. J. Day Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-cryptography_42.0.5.bb b/meta/recipes-devtools/python/python3-cryptography_42.0.5.bb index 2bcb5717e42..732f925d926 100644 --- a/meta/recipes-devtools/python/python3-cryptography_42.0.5.bb +++ b/meta/recipes-devtools/python/python3-cryptography_42.0.5.bb @@ -60,9 +60,6 @@ do_install_ptest() { cp -r ${S}/pyproject.toml ${D}${PTEST_PATH}/ } -FILES:${PN}-ptest += " \ - ${PTEST_PATH}/check-memfree.py \ -" FILES:${PN}-dbg += " \ ${PYTHON_SITEPACKAGES_DIR}/${SRCNAME}/hazmat/bindings/.debug \ "