From 0d1f1fff47152f2fde7cf3bb81af3d598511d53c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 26 Feb 2022 19:22:07 -0800 Subject: python3-apt: Point PYPA_WHEEL to custom location Standard deduction logic does not work so help the system a bit Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-oe/recipes-devtools/python/python3-apt_2.3.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-devtools/python/python3-apt_2.3.0.bb b/meta-oe/recipes-devtools/python/python3-apt_2.3.0.bb index 6463f49bb5..183836f406 100644 --- a/meta-oe/recipes-devtools/python/python3-apt_2.3.0.bb +++ b/meta-oe/recipes-devtools/python/python3-apt_2.3.0.bb @@ -10,6 +10,8 @@ SRCREV = "6145b6484d220685edfd922d364afbf065127efe" S = "${WORKDIR}/git" inherit setuptools3 +PIP_INSTALL_PACKAGE = "python_apt" +PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-0.0.0-*.whl" DEPENDS += "apt" RDEPENDS:${PN} += "apt python3-core" -- cgit v1.2.3-54-g00ecf