summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-02-22 11:16:50 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-25 15:07:50 +0000
commitca95037362ea28294cf26175c76f0d8ab8c265bd (patch)
treedf4e23f5b7f1585bcf812d7363c7bbe373af9e1d
parentdb10509019fcfab46967d69e772fc3185e9042a3 (diff)
downloadpoky-ca95037362ea28294cf26175c76f0d8ab8c265bd.tar.gz
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] (From OE-Core rev: 44263ae8eb56966407cd8ca2c862daab342196f2) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-magic_0.4.25.bb1
1 files changed, 1 insertions, 0 deletions
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"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=61495c152d794e6be5799a9edca149e3" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=61495c152d794e6be5799a9edca149e3"
9 9
10PYPI_PACKAGE = "python-magic" 10PYPI_PACKAGE = "python-magic"
11PIP_INSTALL_PACKAGE = "python_magic"
11 12
12inherit pypi setuptools3 13inherit pypi setuptools3
13 14