From d827eec21c99b0aa189589aabac6ae3bd188cfc0 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Mon, 4 Mar 2024 06:12:57 -0500 Subject: 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. (From OE-Core rev: 61949efcdb496b27d03f89ccde3d16c8cf4a56d5) Signed-off-by: Robert P. J. Day Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-cryptography_42.0.5.bb | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/recipes-devtools/python') 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 2bcb5717e4..732f925d92 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 \ " -- cgit v1.2.3-54-g00ecf