mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 16:24:17 -09:00
package/python-dpkt: bump to version 1.9.2
* Add hash for license file. * Take tarball from PyPi (instead of Github). * Update _SETUP_TYPE to setuptools. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
cd29dd6e6f
commit
a25697fc87
@@ -4,9 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_DPKT_VERSION = 1.8.r98
|
||||
PYTHON_DPKT_SITE = $(call github,kbandla,dpkt,$(PYTHON_DPKT_VERSION))
|
||||
PYTHON_DPKT_SETUP_TYPE = distutils
|
||||
PYTHON_DPKT_VERSION = 1.9.2
|
||||
PYTHON_DPKT_SOURCE = dpkt-$(PYTHON_DPKT_VERSION).tar.gz
|
||||
PYTHON_DPKT_SITE = https://files.pythonhosted.org/packages/1c/25/0aebea939ea70d31a7ff8884e5ca577eddb9cfeac626398fe782d4e2f6a2
|
||||
PYTHON_DPKT_SETUP_TYPE = setuptools
|
||||
PYTHON_DPKT_LICENSE = BSD-3-Clause
|
||||
PYTHON_DPKT_LICENSE_FILES = LICENSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user