mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
python3-astor: fix wheel build
Recipe does not inherit pypi nor would PN resolve to the name of the wheel so we must set PIP_INSTALL_PACKAGE appropriately. Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
parent
dbdd3a84f7
commit
4ad76aaaea
|
|
@ -10,6 +10,7 @@ SRC_URI = "git://github.com/berkerpeksag/astor.git;branch=master;protocol=https
|
||||||
SRCREV ?= "c7553c79f9222e20783fe9bd8a553f932e918072"
|
SRCREV ?= "c7553c79f9222e20783fe9bd8a553f932e918072"
|
||||||
|
|
||||||
inherit setuptools3
|
inherit setuptools3
|
||||||
|
PIP_INSTALL_PACKAGE = "astor"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user