summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes-recipe/python_pep517.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes-recipe/python_pep517.bbclass b/meta/classes-recipe/python_pep517.bbclass
index c30674c8ec..e8cd1923ef 100644
--- a/meta/classes-recipe/python_pep517.bbclass
+++ b/meta/classes-recipe/python_pep517.bbclass
@@ -50,6 +50,8 @@ python_pep517_do_install () {
50 fi 50 fi
51 51
52 nativepython3 -m installer ${INSTALL_WHEEL_COMPILE_BYTECODE} --interpreter "${USRBINPATH}/env ${PEP517_INSTALL_PYTHON}" --destdir=${D} ${PEP517_WHEEL_PATH}/*.whl 52 nativepython3 -m installer ${INSTALL_WHEEL_COMPILE_BYTECODE} --interpreter "${USRBINPATH}/env ${PEP517_INSTALL_PYTHON}" --destdir=${D} ${PEP517_WHEEL_PATH}/*.whl
53
54 find ${D} -path *.dist-info/RECORD -delete
53} 55}
54 56
55# A manual do_install that just uses unzip for bootstrapping purposes. Callers should DEPEND on unzip-native. 57# A manual do_install that just uses unzip for bootstrapping purposes. Callers should DEPEND on unzip-native.