diff --git a/recipes-support/python-random2/python3-random2_1.0.1.bb b/recipes-support/python-random2/python3-random2_1.0.1.bb index dad9e7a4..bcd00845 100644 --- a/recipes-support/python-random2/python3-random2_1.0.1.bb +++ b/recipes-support/python-random2/python3-random2_1.0.1.bb @@ -10,4 +10,6 @@ S = "${WORKDIR}/random2-${PV}" inherit setuptools3 +PIP_INSTALL_PACKAGE = "random2" + BBCLASSEXTEND = "native"