23bd9fc754
Fixes version parsing for release-monitoring.org support. Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
392 B
Makefile
13 lines
392 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|