package/python-scapy3k: remove 'v' prefix

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>
This commit is contained in:
Matt Weber 2019-10-27 05:54:33 -05:00 committed by Thomas Petazzoni
parent d1141e2c4a
commit 23bd9fc754
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
# Locally computed:
sha256 a4c68ef2f787d82a3aec8640cac8dbab6f5b9e31ae4d89a1877efbb9150a9e25 python-scapy3k-v0.18.tar.gz
sha256 3717913cb54f211918eccb65fad9ccf8a66bd542a4a659b2c0ac762db08eb766 python-scapy3k-0.18.tar.gz

View File

@ -4,8 +4,8 @@
#
################################################################################
PYTHON_SCAPY3K_VERSION = v0.18
PYTHON_SCAPY3K_SITE = $(call github,phaethon,scapy,$(PYTHON_SCAPY3K_VERSION))
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+