mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-13 22:05:27 +01:00
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>
This commit is contained in:
parent
54ed60507b
commit
b0878793f3
|
|
@ -14,6 +14,7 @@ SRC_URI = "git://github.com/geomet/geomet.git;protocol=https;branch=release-${PV
|
|||
SRCREV = "73ec5ec96cca32f2e2461d3964fc3d4ab80248f9"
|
||||
|
||||
inherit setuptools3
|
||||
PIP_INSTALL_PACKAGE = "geomet"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-click \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user