summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-obd_0.7.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-obd_0.7.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-obd_0.7.2.bb9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-python/recipes-devtools/python/python3-obd_0.7.2.bb b/meta-python/recipes-devtools/python/python3-obd_0.7.2.bb
deleted file mode 100644
index cf3daae6ac..0000000000
--- a/meta-python/recipes-devtools/python/python3-obd_0.7.2.bb
+++ /dev/null
@@ -1,9 +0,0 @@
1DESCRIPTION = "A python module for handling realtime sensor data from OBD-II vehicle ports"HOMEPAGE = "https://github.com/brendan-w/python-OBD"
2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://README.md;md5=176d0f9ad45c10895296260d426fa862"
4
5SRC_URI[sha256sum] = "20d38c9ded3daad1e8affab3ff367a70788d4f29ac77ab7aacddc6a6d2a43d61"
6
7inherit setuptools3 pypi
8
9RDEPENDS:${PN} += "python3-pyserial python3-pint python3-setuptools python3-packaging"