mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
b7042fabd1
commit
548badd77d
@@ -15,4 +15,6 @@ S = "${WORKDIR}/git"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
PIP_INSTALL_PACKAGE = "marshmallow"
|
||||
|
||||
RDEPENDS:${PN} += "python3-core"
|
||||
|
||||
Reference in New Issue
Block a user