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 <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert P. J. Day
2024-03-04 06:12:57 -05:00
committed by Richard Purdie
parent 2c0d94e4f7
commit d827eec21c

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