python3-keras-applications: Define PIP_INSTALL_PACKAGE

Fixes build with wheel packaging

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Khem Raj 2022-03-02 10:42:43 -08:00
parent 7513effd0d
commit 66e04f5746

View File

@ -10,6 +10,8 @@ SRCREV ?= "3b180cb10eda683dda7913ecee2e6487288d292d"
inherit setuptools3
PIP_INSTALL_PACKAGE = "Keras_Applications"
S = "${WORKDIR}/git"
BBCLASSEXTEND = "native"