From b0878793f361d293fcff084ebbac0f4a41275fcd Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Fri, 25 Feb 2022 20:22:30 -0800 Subject: python3-geomet: 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: Tim Orling Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb b/meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb index 4337d8558e..8e907462ae 100644 --- a/meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb @@ -14,6 +14,7 @@ SRC_URI = "git://github.com/geomet/geomet.git;protocol=https;branch=release-${PV SRCREV = "73ec5ec96cca32f2e2461d3964fc3d4ab80248f9" inherit setuptools3 +PIP_INSTALL_PACKAGE = "geomet" RDEPENDS:${PN} += "\ ${PYTHON_PN}-click \ -- cgit v1.2.3-54-g00ecf