summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python-obd.inc11
-rw-r--r--meta-python/recipes-devtools/python/python3-obd_0.7.1.bb12
2 files changed, 10 insertions, 13 deletions
diff --git a/meta-python/recipes-devtools/python/python-obd.inc b/meta-python/recipes-devtools/python/python-obd.inc
deleted file mode 100644
index 51e663b516..0000000000
--- a/meta-python/recipes-devtools/python/python-obd.inc
+++ /dev/null
@@ -1,11 +0,0 @@
1DESCRIPTION = "A python module for handling realtime sensor data from OBD-II vehicle ports"
2HOMEPAGE = "https://github.com/brendan-w/python-OBD"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://README.md;md5=58ba896fa086c96ad23317cebfeab277"
5
6SRC_URI[md5sum] = "305efcb6c650db7b9583532355ebeb7c"
7SRC_URI[sha256sum] = "8b81ea5896157b6e861af12e173c10b001cb6cca6ebb04db2c01d326812ad77b"
8
9inherit pypi
10
11RDEPENDS_${PN} = "${PYTHON_PN}-pyserial ${PYTHON_PN}-pint"
diff --git a/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb b/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb
index 578e38d3a5..55131b3337 100644
--- a/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb
+++ b/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb
@@ -1,2 +1,10 @@
1inherit setuptools3 1DESCRIPTION = "A python module for handling realtime sensor data from OBD-II vehicle ports"HOMEPAGE = "https://github.com/brendan-w/python-OBD"
2require python-obd.inc 2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://README.md;md5=58ba896fa086c96ad23317cebfeab277"
4
5SRC_URI[md5sum] = "305efcb6c650db7b9583532355ebeb7c"
6SRC_URI[sha256sum] = "8b81ea5896157b6e861af12e173c10b001cb6cca6ebb04db2c01d326812ad77b"
7
8inherit setuptools3 pypi
9
10RDEPENDS_${PN} = "${PYTHON_PN}-pyserial ${PYTHON_PN}-pint"