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-networking/recipes-devtools/python/python3-scapy_2.4.5.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-networking/recipes-devtools') diff --git a/meta-networking/recipes-devtools/python/python3-scapy_2.4.5.bb b/meta-networking/recipes-devtools/python/python3-scapy_2.4.5.bb index 53c2ce3d8e..0f66dfd784 100644 --- a/meta-networking/recipes-devtools/python/python3-scapy_2.4.5.bb +++ b/meta-networking/recipes-devtools/python/python3-scapy_2.4.5.bb @@ -25,8 +25,6 @@ S = "${WORKDIR}/git" UPSTREAM_CHECK_COMMITS = "1" inherit setuptools3 ptest -PIP_INSTALL_PACKAGE = "scapy" -PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-*-*.whl" do_install:append() { mv ${D}${bindir}/scapy ${D}${bindir}/scapy3 -- cgit v1.2.3-54-g00ecf