]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-cryptography-vectors: don't remove RECORD
authorRoss Burton <ross.burton@arm.com>
Wed, 20 Nov 2024 19:51:24 +0000 (19:51 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Nov 2024 12:14:20 +0000 (12:14 +0000)
We remove this file in the python_pep517 class now, so we don't need to
do it here.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-cryptography-vectors_43.0.1.bb

index a1a10b7621b2756ba50fa536e584e83381202892..1ad9a8ab867fd3749876b8ee5582d42054f8c408 100644 (file)
@@ -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 = ""