summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-02-25 20:22:30 -0800
committerKhem Raj <raj.khem@gmail.com>2022-02-28 08:32:19 -0800
commitb0878793f361d293fcff084ebbac0f4a41275fcd (patch)
tree39429989d21820d90be2efdbe48c1c1137c4a76d /meta-python
parent54ed60507bca412f2176004defa5cbf644381b1f (diff)
downloadmeta-openembedded-b0878793f361d293fcff084ebbac0f4a41275fcd.tar.gz
python3-geomet: 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: Tim Orling <tim.orling@konsulko.com> 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-geomet_0.3.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb b/meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb
index 4337d8558..8e907462a 100644
--- a/meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb
@@ -14,6 +14,7 @@ SRC_URI = "git://github.com/geomet/geomet.git;protocol=https;branch=release-${PV
14SRCREV = "73ec5ec96cca32f2e2461d3964fc3d4ab80248f9" 14SRCREV = "73ec5ec96cca32f2e2461d3964fc3d4ab80248f9"
15 15
16inherit setuptools3 16inherit setuptools3
17PIP_INSTALL_PACKAGE = "geomet"
17 18
18RDEPENDS:${PN} += "\ 19RDEPENDS:${PN} += "\
19 ${PYTHON_PN}-click \ 20 ${PYTHON_PN}-click \