diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2018-10-12 10:06:50 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-10-30 21:10:52 +0100 |
commit | 5b4042073fdea5592a9426993896353d3cfd40ca (patch) | |
tree | 2aae2722331dc33519389ad88bbc298d7d60880b /package/python-can/Config.in | |
parent | 0135bc5b60d65426c3d41a6b3ac0a33defcf4b58 (diff) | |
download | buildroot-5b4042073fdea5592a9426993896353d3cfd40ca.tar.gz buildroot-5b4042073fdea5592a9426993896353d3cfd40ca.zip |
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>
Diffstat (limited to 'package/python-can/Config.in')
-rw-r--r-- | package/python-can/Config.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package/python-can/Config.in b/package/python-can/Config.in index 94b16ab335..f3ed1b77e3 100644 --- a/package/python-can/Config.in +++ b/package/python-can/Config.in @@ -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 |