From: Ross Burton Date: Wed, 20 Nov 2024 19:51:24 +0000 (+0000) Subject: python3-cryptography-vectors: don't remove RECORD X-Git-Tag: yocto-5.2~1264 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=717b9e08d6a19ee31a217ceeb255aaed6a395de4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-cryptography-vectors: don't remove RECORD We remove this file in the python_pep517 class now, so we don't need to do it here. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors_43.0.1.bb b/meta/recipes-devtools/python/python3-cryptography-vectors_43.0.1.bb index a1a10b7621b..1ad9a8ab867 100644 --- a/meta/recipes-devtools/python/python3-cryptography-vectors_43.0.1.bb +++ b/meta/recipes-devtools/python/python3-cryptography-vectors_43.0.1.bb @@ -19,11 +19,6 @@ DEPENDS += " \ python3-cryptography \ " -do_install:append () { - # Remove the sha256 checksum lines for pycache files - sed ${D}${PYTHON_SITEPACKAGES_DIR}/cryptography_vectors-${PV}.dist-info/RECORD -e '/__pycache__/d' -i -} - BBCLASSEXTEND = "native nativesdk" UPSTREAM_CHECK_REGEX = ""