diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-02-22 11:16:44 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-25 15:07:50 +0000 |
commit | 9d45c9214948ccf32b7d7c44b0c263232b531926 (patch) | |
tree | 896bcb7b8d37bdaf5dce584deaacb0a5769f12dd /meta | |
parent | 981857c63a4804cdeee3901ba512220d8e46f762 (diff) | |
download | poky-9d45c9214948ccf32b7d7c44b0c263232b531926.tar.gz |
python3-more-itertools: set PIP_INSTALL_PACKAGE
Define PIP_INSTALL_PACKAGE as more_itertools to match the name of the
wheel.
[YOCTO #14638]
(From OE-Core rev: 2fc5674487be59bfdda21f7646c53d90687f1c36)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb b/meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb index c1e34b205d..5788af3f71 100644 --- a/meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb +++ b/meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb | |||
@@ -7,6 +7,8 @@ SRC_URI[sha256sum] = "7dc6ad46f05f545f900dd59e8dfb4e84a4827b97b3cfecb175ea0c7d24 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 ptest | 8 | inherit pypi setuptools3 ptest |
9 | 9 | ||
10 | PIP_INSTALL_PACKAGE = "more_itertools" | ||
11 | |||
10 | SRC_URI += " \ | 12 | SRC_URI += " \ |
11 | file://run-ptest \ | 13 | file://run-ptest \ |
12 | " | 14 | " |