[meta-python,2/5] python3-pymetno: Define PIP_INSTALL_PACKAGE

Message ID 20220302185746.2402043-2-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/5] python3-keras-applications: Define PIP_INSTALL_PACKAGE | expand

Commit Message

Khem Raj March 2, 2022, 6:57 p.m. UTC
Fixes build with wheel packaging

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-pymetno_0.9.0.bb | 2 ++
 1 file changed, 2 insertions(+)

Patch

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) \