diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-02-22 11:16:50 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-25 15:07:50 +0000 |
commit | ca95037362ea28294cf26175c76f0d8ab8c265bd (patch) | |
tree | df4e23f5b7f1585bcf812d7363c7bbe373af9e1d | |
parent | db10509019fcfab46967d69e772fc3185e9042a3 (diff) | |
download | poky-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.bb | 1 |
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" | |||
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=61495c152d794e6be5799a9edca149e3" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=61495c152d794e6be5799a9edca149e3" |
9 | 9 | ||
10 | PYPI_PACKAGE = "python-magic" | 10 | PYPI_PACKAGE = "python-magic" |
11 | PIP_INSTALL_PACKAGE = "python_magic" | ||
11 | 12 | ||
12 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
13 | 14 | ||