c5b613febc
This patch bumps python-can to version 3.1.1, it removes md5 sum from hash file cause it's not present anymore on the pypi website. Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
463 B
Makefile
14 lines
463 B
Makefile
################################################################################
|
|
#
|
|
# python-can
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CAN_VERSION = 3.1.1
|
|
PYTHON_CAN_SITE = https://files.pythonhosted.org/packages/c1/b0/72d7ed7840692ace5b55dd1155409cd86fd83cee4ded75e3d1102c08750a
|
|
PYTHON_CAN_SETUP_TYPE = setuptools
|
|
PYTHON_CAN_LICENSE = LGPL-3.0
|
|
PYTHON_CAN_LICENSE_FILES = LICENSE.txt
|
|
|
|
$(eval $(python-package))
|