mirror of
https://git.yoctoproject.org/poky
synced 2026-02-06 16:56:37 +01:00
python3-numpy: set PIP_INSTALL_PACKAGE
The recipe does not inherit pypi so we need to manually set PIP_INSTALL_PACKAGE appropriately. [YOCTO #14638] (From OE-Core rev: 6663aaa636f06991ed1cff58178e378eeebadf44) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
55afe9401d
commit
bef2724dcb
@@ -20,6 +20,7 @@ UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar"
|
||||
DEPENDS += "python3-cython-native"
|
||||
|
||||
inherit ptest setuptools3
|
||||
PIP_INSTALL_PACKAGE = "numpy"
|
||||
|
||||
S = "${WORKDIR}/numpy-${PV}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user