From 717b9e08d6a19ee31a217ceeb255aaed6a395de4 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 20 Nov 2024 19:51:24 +0000 Subject: [PATCH] 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 --- .../python/python3-cryptography-vectors_43.0.1.bb | 5 ----- 1 file changed, 5 deletions(-) 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 = "" -- 2.47.3