]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-more-itertools: set PIP_INSTALL_PACKAGE
authorTim Orling <ticotimo@gmail.com>
Tue, 22 Feb 2022 19:16:44 +0000 (11:16 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Feb 2022 15:06:46 +0000 (15:06 +0000)
Define PIP_INSTALL_PACKAGE as more_itertools to match the name of the
wheel.

[YOCTO #14638]

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb

index c1e34b205dabbe486d4eeb91b59be9aea4eeaff0..5788af3f71e8be31aad68841e3b24562b0c15b1d 100644 (file)
@@ -7,6 +7,8 @@ SRC_URI[sha256sum] = "7dc6ad46f05f545f900dd59e8dfb4e84a4827b97b3cfecb175ea0c7d24
 
 inherit pypi setuptools3 ptest
 
+PIP_INSTALL_PACKAGE = "more_itertools"
+
 SRC_URI += " \
        file://run-ptest \
 "