package/python-scapy3k: remove package
Scapy3k is deprecated since Scapy supports Python 3. Scapy should be used instead. See https://bugs.busybox.net/show_bug.cgi?id=12376 Signed-off-by: Gabriel Potter <gabriel@potter.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
fa5c71da72
commit
689ba599d0
@ -146,6 +146,15 @@ endif
|
||||
|
||||
comment "Legacy options removed in 2020.02"
|
||||
|
||||
config BR2_PACKAGE_PYTHON_SCAPY3K
|
||||
bool "python-scapy3k is replaced by python-scapy"
|
||||
select BR2_LEGACY
|
||||
select BR2_PACKAGE_PYTHON_SCAPY
|
||||
help
|
||||
python-scapy3k has been deprecated, since python-scapy has
|
||||
gained Python 3 support. Use BR2_PACKAGE_PYTHON_SCAPY
|
||||
instead.
|
||||
|
||||
config BR2_BINUTILS_VERSION_2_30_X
|
||||
bool "binutils version 2.30 support removed"
|
||||
select BR2_LEGACY
|
||||
|
@ -1078,7 +1078,6 @@ menu "External python modules"
|
||||
source "package/python-rtslib-fb/Config.in"
|
||||
source "package/python-scandir/Config.in"
|
||||
source "package/python-scapy/Config.in"
|
||||
source "package/python-scapy3k/Config.in"
|
||||
source "package/python-schedule/Config.in"
|
||||
source "package/python-sdnotify/Config.in"
|
||||
source "package/python-secretstorage/Config.in"
|
||||
|
@ -1,9 +0,0 @@
|
||||
config BR2_PACKAGE_PYTHON_SCAPY3K
|
||||
bool "python-scapy3k"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB
|
||||
help
|
||||
Network packet and pcap file crafting/sniffing/manipulation
|
||||
security tool (based on scapy) with python3 compatibility.
|
||||
|
||||
https://github.com/phaethon/scapy
|
@ -1,2 +0,0 @@
|
||||
# Locally computed:
|
||||
sha256 3717913cb54f211918eccb65fad9ccf8a66bd542a4a659b2c0ac762db08eb766 python-scapy3k-0.18.tar.gz
|
@ -1,12 +0,0 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-scapy3k
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SCAPY3K_VERSION = 0.18
|
||||
PYTHON_SCAPY3K_SITE = $(call github,phaethon,scapy,v$(PYTHON_SCAPY3K_VERSION))
|
||||
PYTHON_SCAPY3K_SETUP_TYPE = distutils
|
||||
PYTHON_SCAPY3K_LICENSE = GPL-2.0+
|
||||
|
||||
$(eval $(python-package))
|
Loading…
Reference in New Issue
Block a user