mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
python-can: bump to version 3.0.0
Add new dependencies and change download location. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
0135bc5b60
commit
5b4042073f
@@ -1,9 +1,14 @@
|
||||
config BR2_PACKAGE_PYTHON_CAN
|
||||
bool "python-can"
|
||||
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
||||
select BR2_PACKAGE_PYTHON_SQLITE if BR2_PACKAGE_PYTHON # runtime
|
||||
select BR2_PACKAGE_PYTHON3_SQLITE if BR2_PACKAGE_PYTHON3 # runtime
|
||||
select BR2_PACKAGE_PYTHON_TYPING if BR2_PACKAGE_PYTHON # runtime
|
||||
select BR2_PACKAGE_PYTHON_WRAPT # runtime
|
||||
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3
|
||||
help
|
||||
This module provides controller area network support for
|
||||
Python.
|
||||
|
||||
https://bitbucket.org/hardbyte/python-can
|
||||
https://github.com/hardbyte/python-can
|
||||
|
||||
Reference in New Issue
Block a user