mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-scapy: Upgrade to 2.6.0 release
Switch to PEP-517 build backend Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
2066390446
commit
f9c4fa94fd
|
|
@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|||
# If you want ptest support, use the git repo
|
||||
# UTscapy does not exist in the pypi pkg
|
||||
#
|
||||
SRCREV = "0474c37bf1d147c969173d52ab3ac76d2404d981"
|
||||
SRCREV = "f7a64114b35fd8ee63ce07290f8a2dffd52b215f"
|
||||
SRC_URI = "git://github.com/secdev/scapy.git;branch=master;protocol=https \
|
||||
file://run-ptest"
|
||||
|
||||
|
|
@ -24,7 +24,7 @@ S = "${WORKDIR}/git"
|
|||
|
||||
UPSTREAM_CHECK_COMMITS = "1"
|
||||
|
||||
inherit setuptools3 ptest
|
||||
inherit python_setuptools_build_meta ptest
|
||||
|
||||
do_install:append() {
|
||||
mv ${D}${bindir}/scapy ${D}${bindir}/scapy3
|
||||
Loading…
Reference in New Issue
Block a user