From c3ea36e1e9997947f81e2c2add8fbfae900fcb6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 2 Mar 2022 21:17:07 +0100 Subject: [PATCH] python3-random2: Define PIP_INSTALL_PACKAGE to fix wheel install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/python-random2/python3-random2_1.0.1.bb | 2 ++ 1 file changed, 2 insertions(+) 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"