summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorTheodore A. Roth <troth@openavr.org>2022-02-28 08:52:34 -0700
committerKhem Raj <raj.khem@gmail.com>2022-03-01 09:06:56 -0800
commit548badd77d238db46ad9186824da50f638675fab (patch)
tree091a54e17c778ef83eed1e956a8323a1e9c332ab /meta-python
parentb7042fabd1a6930da1d24967720326d2e3a3ca39 (diff)
downloadmeta-openembedded-548badd77d238db46ad9186824da50f638675fab.tar.gz
python3-marshmallow: 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: Theodore A. Roth <theodore_roth@trimble.com> Signed-off-by: Theodore A. Roth <troth@openavr.org> Reviewed-by: TIm Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-marshmallow_3.14.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.14.1.bb b/meta-python/recipes-devtools/python/python3-marshmallow_3.14.1.bb
index ddfe4b99c6..dc5f173888 100644
--- a/meta-python/recipes-devtools/python/python3-marshmallow_3.14.1.bb
+++ b/meta-python/recipes-devtools/python/python3-marshmallow_3.14.1.bb
@@ -15,4 +15,6 @@ S = "${WORKDIR}/git"
15 15
16inherit setuptools3 16inherit setuptools3
17 17
18PIP_INSTALL_PACKAGE = "marshmallow"
19
18RDEPENDS:${PN} += "python3-core" 20RDEPENDS:${PN} += "python3-core"