mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
python-can: add initial recipe for version 1.5.2
Add initial recipe for python-can library which provides controller area network support for Python 2/3. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
4ddc0a58a7
commit
60885e3223
9
meta-python/recipes-devtools/python/python-can.inc
Normal file
9
meta-python/recipes-devtools/python/python-can.inc
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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] = "f653aecf8b9034bbba32cc04ca6a7b6d"
|
||||
SRC_URI[sha256sum] = "edabb426e6cd11c2dc7a98980340135aa0eb02143b0d51bf14e3e6178c131cc3"
|
||||
|
||||
PYPI_PACKAGE="python-can"
|
||||
4
meta-python/recipes-devtools/python/python-can_1.5.2.bb
Normal file
4
meta-python/recipes-devtools/python/python-can_1.5.2.bb
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
require python-can.inc
|
||||
inherit pypi setuptools
|
||||
|
||||
RDEPENDS_${PN} += "python-sqlite3"
|
||||
4
meta-python/recipes-devtools/python/python3-can_1.5.2.bb
Normal file
4
meta-python/recipes-devtools/python/python3-can_1.5.2.bb
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
require python-can.inc
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "python3-sqlite3"
|
||||
Loading…
Reference in New Issue
Block a user