diff options
author | Justin Bronder <jsbronder@cold-front.org> | 2022-02-28 17:43:36 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-01 09:06:56 -0800 |
commit | 4ad76aaaea71803a8f14b41b3494494ec17c8ebe (patch) | |
tree | 1e3b14de02f7116285eebbbe51ffbd496c287ca5 /meta-python | |
parent | dbdd3a84f76f21a73a68746e6c64aea4b3827f77 (diff) | |
download | meta-openembedded-4ad76aaaea71803a8f14b41b3494494ec17c8ebe.tar.gz |
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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-astor_0.8.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb b/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb index bc3315f75..54e43e375 100644 --- a/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb | |||
@@ -10,6 +10,7 @@ SRC_URI = "git://github.com/berkerpeksag/astor.git;branch=master;protocol=https | |||
10 | SRCREV ?= "c7553c79f9222e20783fe9bd8a553f932e918072" | 10 | SRCREV ?= "c7553c79f9222e20783fe9bd8a553f932e918072" |
11 | 11 | ||
12 | inherit setuptools3 | 12 | inherit setuptools3 |
13 | PIP_INSTALL_PACKAGE = "astor" | ||
13 | 14 | ||
14 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
15 | 16 | ||