mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
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 <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
@@ -25,6 +25,8 @@ S = "${WORKDIR}/git"
|
|||||||
UPSTREAM_CHECK_COMMITS = "1"
|
UPSTREAM_CHECK_COMMITS = "1"
|
||||||
|
|
||||||
inherit setuptools3 ptest
|
inherit setuptools3 ptest
|
||||||
|
PIP_INSTALL_PACKAGE = "scapy"
|
||||||
|
PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-*-*.whl"
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
mv ${D}${bindir}/scapy ${D}${bindir}/scapy3
|
mv ${D}${bindir}/scapy ${D}${bindir}/scapy3
|
||||||
|
|||||||
Reference in New Issue
Block a user