mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

While 1.5.2 is the latest release on the master branch of python-can, it is over a year old and many improvements and bugfixes have ben made in the develop branch that make it worth using over master. Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
10 lines
360 B
HTML
10 lines
360 B
HTML
SUMMARY = "Controller Area Network (CAN) interface module for Python"
|
|
SECTION = "devel/python"
|
|
LICENSE = "LGPLv3"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=38138baa100d7259934590850bc0406e"
|
|
|
|
SRC_URI[md5sum] = "b2a164887c1c6a2a2490b5afb36e36db"
|
|
SRC_URI[sha256sum] = "b961b6ce75a7f08b586f4d2cae8cdc409881731b851fc405fa21cb16bad00d87"
|
|
|
|
PYPI_PACKAGE="python-can"
|