From: Tim Orling Date: Tue, 22 Feb 2022 19:16:50 +0000 (-0800) Subject: python3-magic: set PIP_INSTALL_PACKAGE X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=44263ae8eb56966407cd8ca2c862daab342196f2;p=openembedded-core.git python3-magic: set PIP_INSTALL_PACKAGE The wheel built by bdist_wheel has the name "python_magic-*.whl" so set PIP_INSTALL_PACKAGE accordingly. [YOCTO #14638] Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-magic_0.4.25.bb b/meta/recipes-devtools/python/python3-magic_0.4.25.bb index efc8b6daaa..bd46b294ae 100644 --- a/meta/recipes-devtools/python/python3-magic_0.4.25.bb +++ b/meta/recipes-devtools/python/python3-magic_0.4.25.bb @@ -8,6 +8,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=61495c152d794e6be5799a9edca149e3" PYPI_PACKAGE = "python-magic" +PIP_INSTALL_PACKAGE = "python_magic" inherit pypi setuptools3