diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-04-16 13:15:54 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-04-19 14:36:03 -0700 |
| commit | e86af80260e7e2c0c021d8cc3ff94f6cb0931c3d (patch) | |
| tree | 7d17f215b0a8955afb1b92dbcc9d70a2ac824347 /meta-python/recipes-devtools/python/python3-obd_0.7.3.bb | |
| parent | 2c64a16e9562f06eb234d92f6e6dd16f6da5f9a4 (diff) | |
| download | meta-openembedded-e86af80260e7e2c0c021d8cc3ff94f6cb0931c3d.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-obd_0.7.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-obd_0.7.3.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-obd_0.7.3.bb b/meta-python/recipes-devtools/python/python3-obd_0.7.3.bb new file mode 100644 index 0000000000..8deef31d56 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-obd_0.7.3.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | DESCRIPTION = "A python module for handling realtime sensor data from OBD-II vehicle ports"HOMEPAGE = "https://github.com/brendan-w/python-OBD" | ||
| 2 | LICENSE = "GPL-2.0-only" | ||
| 3 | LIC_FILES_CHKSUM = "file://README.md;md5=176d0f9ad45c10895296260d426fa862" | ||
| 4 | |||
| 5 | SRC_URI[sha256sum] = "27b8f043376ca700edb98bf5216e2912295ecde0e735b260999f2d9ddf342522" | ||
| 6 | |||
| 7 | inherit python_setuptools_build_meta pypi | ||
| 8 | |||
| 9 | RDEPENDS:${PN} += "python3-pyserial python3-pint python3-setuptools python3-packaging" | ||
