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
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"
+++ /dev/null
-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
+++ /dev/null
-# Locally computed:
-sha256 3717913cb54f211918eccb65fad9ccf8a66bd542a4a659b2c0ac762db08eb766 python-scapy3k-0.18.tar.gz
+++ /dev/null
-################################################################################
-#
-# 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))