mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-15 14:11:24 +00:00
e182c1787f
These are not needed at runtime. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
11 lines
428 B
BlitzBasic
11 lines
428 B
BlitzBasic
DESCRIPTION = "A python module for handling realtime sensor data from OBD-II vehicle ports"
|
|
HOMEPAGE = "https://github.com/brendan-w/python-OBD"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://README.md;md5=176d0f9ad45c10895296260d426fa862"
|
|
|
|
SRC_URI[sha256sum] = "27b8f043376ca700edb98bf5216e2912295ecde0e735b260999f2d9ddf342522"
|
|
|
|
inherit python_setuptools_build_meta pypi
|
|
|
|
RDEPENDS:${PN} += "python3-pyserial python3-pint"
|