From ea8c24aabc9f14c02c5da03671107f2e337b09f4 Mon Sep 17 00:00:00 2001 From: Justin Bronder Date: Mon, 28 Feb 2022 16:24:58 -0500 Subject: python3-kivy: fix wheel build Recipe does not inherity pypi and the package name is capitalized regardless. Set PIP_INSTALL_PACKAGE appropriately. Signed-off-by: Justin Bronder Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb b/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb index 3daf13473a..38f5216f56 100644 --- a/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb @@ -5,6 +5,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=f0c851d60495c7e27225a819e179208a" inherit setuptools3 pkgconfig features_check +PIP_INSTALL_PACKAGE = "Kivy" SRC_URI = "\ git://github.com/kivy/kivy.git;protocol=https;branch=master \ -- cgit v1.2.3-54-g00ecf