From 0af23212f634b1a9798fd42326abaaafeef7d53e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 10 Aug 2026 13:21:13 +0100 Subject: [PATCH] python3-odb: add missing newline Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-obd_0.7.3.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 index 8deef31d56..e7eb3a784d 100644 --- a/meta-python/recipes-devtools/python/python3-obd_0.7.3.bb +++ b/meta-python/recipes-devtools/python/python3-obd_0.7.3.bb @@ -1,4 +1,5 @@ -DESCRIPTION = "A python module for handling realtime sensor data from OBD-II vehicle ports"HOMEPAGE = "https://github.com/brendan-w/python-OBD" +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"