From 9c80fa20daeaaa969c90265dbe3638f81f5d3998 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 2 Mar 2022 10:48:14 -0800 Subject: python3-pymetno: Define PIP_INSTALL_PACKAGE Fixes build with wheel packaging Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-pymetno_0.9.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-pymetno_0.9.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-pymetno_0.9.0.bb b/meta-python/recipes-devtools/python/python3-pymetno_0.9.0.bb index 02e8935f07..50b202b042 100644 --- a/meta-python/recipes-devtools/python/python3-pymetno_0.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-pymetno_0.9.0.bb @@ -9,6 +9,8 @@ S = "${WORKDIR}/git" inherit setuptools3 +PIP_INSTALL_PACKAGE = "PyMetno" + RDEPENDS:${PN} = "\ ${PYTHON_PN}-aiohttp (>=3.6.1) \ ${PYTHON_PN}-async-timeout (>=3.0.1) \ -- cgit v1.2.3-54-g00ecf