diff mbox series

python3-cryptography_42.0.5.bb: delete redundant ptest packaging

Message ID dbfe4df3-d2b0-f275-12a6-23bd441cdf86@crashcourse.ca
State Accepted, archived
Commit 61949efcdb496b27d03f89ccde3d16c8cf4a56d5
Headers show
Series python3-cryptography_42.0.5.bb: delete redundant ptest packaging | expand

Commit Message

Robert P. J. Day March 4, 2024, 11:12 a.m. UTC
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>

---


--
diff mbox series

Patch

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 \
 "