From ad10b550727e03a04585754e32c184d17d9d2ea9 Mon Sep 17 00:00:00 2001 From: Justin Bronder Date: Tue, 1 Mar 2022 11:54:18 -0500 Subject: python3-gcovr: fix wheel build Recipe does not inherit pypi nor would PN be a good guess at the name of the wheel. 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-gcovr_5.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-gcovr_5.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-gcovr_5.0.bb b/meta-python/recipes-devtools/python/python3-gcovr_5.0.bb index 330831a0b3..27ae198139 100644 --- a/meta-python/recipes-devtools/python/python3-gcovr_5.0.bb +++ b/meta-python/recipes-devtools/python/python3-gcovr_5.0.bb @@ -10,6 +10,7 @@ SRCREV = "2b50284e8a6792b4ddcba14e2050c5c05f15deb6" S = "${WORKDIR}/git" inherit setuptools3 +PIP_INSTALL_PACKAGE = "gcovr" RDEPENDS:${PN} += "${PYTHON_PN}-jinja2 ${PYTHON_PN}-lxml ${PYTHON_PN}-setuptools ${PYTHON_PN}-pygments" -- cgit v1.2.3-54-g00ecf