diff options
| author | Yegor Yefremov <yegorslists@googlemail.com> | 2016-01-13 15:24:18 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2016-01-13 21:34:08 +0100 |
| commit | 8d49d853f5c882c7d9c3c30e61c82265ee26e9e1 (patch) | |
| tree | d9b3a436459c7ea28baf3926b8a6c9742a6c1382 /package/python-can/python-can.mk | |
| parent | a059055c5241ff69bd3b2f32088d03bf2a0f611e (diff) | |
| download | buildroot-8d49d853f5c882c7d9c3c30e61c82265ee26e9e1.tar.gz buildroot-8d49d853f5c882c7d9c3c30e61c82265ee26e9e1.zip | |
python-can: bump to 1.4.2
Add hash file and change download location to PyPi.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-can/python-can.mk')
| -rw-r--r-- | package/python-can/python-can.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/python-can/python-can.mk b/package/python-can/python-can.mk index c7b06a5942..d6370edd4f 100644 --- a/package/python-can/python-can.mk +++ b/package/python-can/python-can.mk @@ -4,9 +4,8 @@ # ################################################################################ -PYTHON_CAN_VERSION = ae5b6cf -PYTHON_CAN_SITE = https://bitbucket.org/hardbyte/python-can/get -PYTHON_CAN_SOURCE = $(PYTHON_CAN_VERSION).tar.bz2 +PYTHON_CAN_VERSION = 1.4.2 +PYTHON_CAN_SITE = https://pypi.python.org/packages/source/p/python-can PYTHON_CAN_LICENSE = LGPLv3 PYTHON_CAN_LICENSE_FILES = LICENSE.txt PYTHON_CAN_SETUP_TYPE = setuptools |

