diff options
author | Ross Burton <ross.burton@arm.com> | 2024-11-20 19:51:24 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-21 12:16:28 +0000 |
commit | 6ec17dc5f45c4bfaa7a703f0df59a22dd14bb618 (patch) | |
tree | 4229595e1c848ed9164a34c5272038ca90a3c299 | |
parent | 9866412c427afba6535846f02c9f708a0c55a85e (diff) | |
download | poky-6ec17dc5f45c4bfaa7a703f0df59a22dd14bb618.tar.gz |
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.
(From OE-Core rev: 717b9e08d6a19ee31a217ceeb255aaed6a395de4)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-cryptography-vectors_43.0.1.bb | 5 |
1 files changed, 0 insertions, 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 a1a10b7621..1ad9a8ab86 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 += " \ | |||
19 | python3-cryptography \ | 19 | python3-cryptography \ |
20 | " | 20 | " |
21 | 21 | ||
22 | do_install:append () { | ||
23 | # Remove the sha256 checksum lines for pycache files | ||
24 | sed ${D}${PYTHON_SITEPACKAGES_DIR}/cryptography_vectors-${PV}.dist-info/RECORD -e '/__pycache__/d' -i | ||
25 | } | ||
26 | |||
27 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
28 | 23 | ||
29 | UPSTREAM_CHECK_REGEX = "" | 24 | UPSTREAM_CHECK_REGEX = "" |