mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 12:13:02 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
9866412c42
commit
6ec17dc5f4
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user