kumquat-buildroot/package/python-can/python-can.mk
Pierre-Jean Texier b1b489fe74 package/python-can: bump to version 3.3.0
See https://github.com/hardbyte/python-can/releases

Also add a patch removing the pytest-runner dependency.

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-07-04 07:51:45 +02:00

14 lines
463 B
Makefile

################################################################################
#
# python-can
#
################################################################################
PYTHON_CAN_VERSION = 3.3.0
PYTHON_CAN_SITE = https://files.pythonhosted.org/packages/9c/1e/a10b6f038a4a4bdd89d13ecc5fba36b71ab716fbd9eae9feda1d975d9504
PYTHON_CAN_SETUP_TYPE = setuptools
PYTHON_CAN_LICENSE = LGPL-3.0
PYTHON_CAN_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))