From 4ad76aaaea71803a8f14b41b3494494ec17c8ebe Mon Sep 17 00:00:00 2001 From: Justin Bronder Date: Mon, 28 Feb 2022 17:43:36 -0500 Subject: python3-astor: fix wheel build Recipe does not inherit pypi nor would PN resolve to the name of the wheel so we must set PIP_INSTALL_PACKAGE appropriately. Signed-off-by: Justin Bronder Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-astor_0.8.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb b/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb index bc3315f751..54e43e3754 100644 --- a/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb @@ -10,6 +10,7 @@ SRC_URI = "git://github.com/berkerpeksag/astor.git;branch=master;protocol=https SRCREV ?= "c7553c79f9222e20783fe9bd8a553f932e918072" inherit setuptools3 +PIP_INSTALL_PACKAGE = "astor" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf