From f7f407aa8101cb1ba55d7aa3fb9a887538b6d741 Mon Sep 17 00:00:00 2001 From: Justin Bronder Date: Wed, 2 Mar 2022 12:03:17 -0500 Subject: [PATCH] python3-configshell-fb: set PIP_INSTALL_PACKAGE 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 --- .../recipes-devtools/python/python3-configshell-fb_1.1.29.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb b/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb index 359c9d002c..2bb196c209 100644 --- a/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb +++ b/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb @@ -12,5 +12,6 @@ SRCREV = "d74a33b69f688ed9b8b28033835303604639d4eb" S = "${WORKDIR}/git" inherit setuptools3 +PIP_INSTALL_PACKAGE = "configshell_fb" RDEPENDS:${PN} += "python3-modules python3-fcntl python3-six"