c32aaa567e
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>
15 lines
529 B
Makefile
15 lines
529 B
Makefile
################################################################################
|
|
#
|
|
# python-scapy
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_SCAPY_VERSION = 2.4.3
|
|
PYTHON_SCAPY_SOURCE = scapy-$(PYTHON_SCAPY_VERSION).tar.gz
|
|
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 = LICENSE
|
|
|
|
$(eval $(python-package))
|