mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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>
This commit is contained in:
committed by
Peter Korsgaard
parent
a059055c52
commit
8d49d853f5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user