]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-cryptography_42.0.5.bb: delete redundant ptest packaging
authorRobert P. J. Day <rpjday@crashcourse.ca>
Mon, 4 Mar 2024 11:12:57 +0000 (06:12 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Mar 2024 12:23:53 +0000 (12:23 +0000)
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 <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-cryptography_42.0.5.bb

index 2bcb5717e421cc2f921659cf6d91a85a4dacada8..732f925d926b0f610f135f71998f7b541130a955 100644 (file)
@@ -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 \
 "