summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@cold-front.org>2022-02-28 17:43:36 -0500
committerKhem Raj <raj.khem@gmail.com>2022-03-01 09:06:56 -0800
commit4ad76aaaea71803a8f14b41b3494494ec17c8ebe (patch)
tree1e3b14de02f7116285eebbbe51ffbd496c287ca5 /meta-python
parentdbdd3a84f76f21a73a68746e6c64aea4b3827f77 (diff)
downloadmeta-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.bb1
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
10SRCREV ?= "c7553c79f9222e20783fe9bd8a553f932e918072" 10SRCREV ?= "c7553c79f9222e20783fe9bd8a553f932e918072"
11 11
12inherit setuptools3 12inherit setuptools3
13PIP_INSTALL_PACKAGE = "astor"
13 14
14S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
15 16