diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-03-02 10:48:14 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-03 08:48:07 -0800 |
| commit | 9c80fa20daeaaa969c90265dbe3638f81f5d3998 (patch) | |
| tree | 8322ae7db64f1d999a46e4f3c798d6cba3cb6ee7 /meta-python/recipes-devtools/python/python3-pymetno_0.9.0.bb | |
| parent | 66e04f57464fdb7256528b2c07f83e7ad1855be5 (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 10 | inherit setuptools3 | 10 | inherit setuptools3 |
| 11 | 11 | ||
| 12 | PIP_INSTALL_PACKAGE = "PyMetno" | ||
| 13 | |||
| 12 | RDEPENDS:${PN} = "\ | 14 | RDEPENDS:${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) \ |
