From 168a39d2bf69d547df363443014904a2293eb815 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 11 Mar 2022 17:00:25 +0000 Subject: meta-*: remove obsolete PYPA_WHEEL and PIP_INSTALL_PACKAGE assignments These variables are no longer used by pip_install_wheel, so remove them from all recipes that set them. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/python/python3-apt_2.3.0.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-oe/recipes-devtools/python') 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 e17e773cb4..ec1539b442 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,8 +10,6 @@ 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