mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-30 02:48:37 +00:00
python3-obd: Upgrade 0.7.2 -> 0.7.3
Upgrade to release 0.7.3: - Updated pint dependency for compatibility with python >= 3.13 - Fixed windows COM port scanning - Minor documentation updates Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
9
meta-python/recipes-devtools/python/python3-obd_0.7.3.bb
Normal file
9
meta-python/recipes-devtools/python/python3-obd_0.7.3.bb
Normal file
@@ -0,0 +1,9 @@
|
||||
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 python3-setuptools python3-packaging"
|
||||
Reference in New Issue
Block a user