summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pymetno_0.9.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-02 10:48:14 -0800
committerKhem Raj <raj.khem@gmail.com>2022-03-03 08:48:07 -0800
commit9c80fa20daeaaa969c90265dbe3638f81f5d3998 (patch)
tree8322ae7db64f1d999a46e4f3c798d6cba3cb6ee7 /meta-python/recipes-devtools/python/python3-pymetno_0.9.0.bb
parent66e04f57464fdb7256528b2c07f83e7ad1855be5 (diff)
downloadmeta-openembedded-9c80fa20daeaaa969c90265dbe3638f81f5d3998.tar.gz
python3-pymetno: Define PIP_INSTALL_PACKAGE
Fixes build with wheel packaging Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pymetno_0.9.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pymetno_0.9.0.bb2
1 files changed, 2 insertions, 0 deletions
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"
9 9
10inherit setuptools3 10inherit setuptools3
11 11
12PIP_INSTALL_PACKAGE = "PyMetno"
13
12RDEPENDS:${PN} = "\ 14RDEPENDS:${PN} = "\
13 ${PYTHON_PN}-aiohttp (>=3.6.1) \ 15 ${PYTHON_PN}-aiohttp (>=3.6.1) \
14 ${PYTHON_PN}-async-timeout (>=3.0.1) \ 16 ${PYTHON_PN}-async-timeout (>=3.0.1) \