diff options
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-cryptography-vectors_36.0.1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors_36.0.1.bb b/meta/recipes-devtools/python/python3-cryptography-vectors_36.0.1.bb index b9e6b811c3..da6718fb90 100644 --- a/meta/recipes-devtools/python/python3-cryptography-vectors_36.0.1.bb +++ b/meta/recipes-devtools/python/python3-cryptography-vectors_36.0.1.bb | |||
| @@ -19,6 +19,11 @@ DEPENDS += " \ | |||
| 19 | ${PYTHON_PN}-cryptography \ | 19 | ${PYTHON_PN}-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 | |||
| 22 | BBCLASSEXTEND = "native nativesdk" | 27 | BBCLASSEXTEND = "native nativesdk" |
| 23 | 28 | ||
| 24 | UPSTREAM_CHECK_REGEX = "" | 29 | UPSTREAM_CHECK_REGEX = "" |
