package/python-can: bump to version 4.3.1
Drop no longer used python-aenum runtime dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> [Peter: drop python-setuptools as pointed out by Marcus Hoffmann] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
88d3e8ca11
commit
cec6ed4e5e
@ -1,8 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_CAN
|
||||
bool "python-can"
|
||||
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
||||
select BR2_PACKAGE_PYTHON3_SQLITE # runtime
|
||||
select BR2_PACKAGE_PYTHON_AENUM # runtime
|
||||
select BR2_PACKAGE_PYTHON_MSGPACK # runtime
|
||||
select BR2_PACKAGE_PYTHON_PACKAGING # runtime
|
||||
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
|
||||
|
@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/python-can/json
|
||||
md5 26d799fe952cb590fba03f3d26ee66a4 python-can-4.2.2.tar.gz
|
||||
sha256 6ad50f4613289f3c4d276b6d2ac8901d776dcb929994cce93f55a69e858c595f python-can-4.2.2.tar.gz
|
||||
md5 a84ace55fdeca8efd50986deacfba584 python-can-4.3.1.tar.gz
|
||||
sha256 008bea1c12e31586e1aa76971126b831bf01056a900e91862a11360e011ab933 python-can-4.3.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768 LICENSE.txt
|
||||
|
@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CAN_VERSION = 4.2.2
|
||||
PYTHON_CAN_SITE = https://files.pythonhosted.org/packages/dd/f1/327caaf05b6bca594250053058a2adac537a88dfb5c41bb5498cfda9de78
|
||||
PYTHON_CAN_VERSION = 4.3.1
|
||||
PYTHON_CAN_SITE = https://files.pythonhosted.org/packages/02/fc/d5fd33ee93f17a4eb0dcd75aebf522396e3f511bf474058e99e86ae4e33f
|
||||
PYTHON_CAN_SETUP_TYPE = setuptools
|
||||
PYTHON_CAN_LICENSE = LGPL-3.0
|
||||
PYTHON_CAN_LICENSE_FILES = LICENSE.txt
|
||||
|
Loading…
Reference in New Issue
Block a user