From 548badd77d238db46ad9186824da50f638675fab Mon Sep 17 00:00:00 2001 From: "Theodore A. Roth" Date: Mon, 28 Feb 2022 08:52:34 -0700 Subject: 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 Signed-off-by: Theodore A. Roth Reviewed-by: TIm Orling Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-marshmallow_3.14.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-marshmallow_3.14.1.bb') 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" inherit setuptools3 +PIP_INSTALL_PACKAGE = "marshmallow" + RDEPENDS:${PN} += "python3-core" -- cgit v1.2.3-54-g00ecf