From e82c489191feb88f800a25edec66741a0a0443c6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 28 Feb 2022 13:24:12 -0800 Subject: python3-scapy: Define custom PYPA_WHEEL Standard defaults are not able to guess it right, so aid it a bit Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-networking/recipes-devtools/python/python3-scapy_2.4.5.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-networking/recipes-devtools/python') 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 d318c27c5a..3a1f102dc9 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,6 +25,8 @@ 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 1.2.3-korg