5b4042073f
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>
15 lines
570 B
Plaintext
15 lines
570 B
Plaintext
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://github.com/hardbyte/python-can
|