package/python-scapy: bump to version 2.4.3

Use LICENSE as license file instead of PKG-INFO and take into account
the switch to setuptools in setup.py.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Asaf Kahlon
2019-09-30 15:32:53 +03:00
committed by Thomas Petazzoni
parent 3c04a42534
commit c32aaa567e
2 changed files with 7 additions and 7 deletions

View File

@@ -4,11 +4,11 @@
#
################################################################################
PYTHON_SCAPY_VERSION = 2.4.0
PYTHON_SCAPY_VERSION = 2.4.3
PYTHON_SCAPY_SOURCE = scapy-$(PYTHON_SCAPY_VERSION).tar.gz
PYTHON_SCAPY_SITE = https://files.pythonhosted.org/packages/68/01/b9943984447e7ea6f8948e90c1729b78161c2bb3eef908430638ec3f7296
PYTHON_SCAPY_SITE = https://files.pythonhosted.org/packages/52/e7/464079606a9cf97ad04936c52a5324d14dae36215f9319bf3faa46a7907d
PYTHON_SCAPY_SETUP_TYPE = setuptools
PYTHON_SCAPY_LICENSE = GPL-2.0
PYTHON_SCAPY_LICENSE_FILES = PKG-INFO
PYTHON_SCAPY_SETUP_TYPE = distutils
PYTHON_SCAPY_LICENSE_FILES = LICENSE
$(eval $(python-package))