diff options
author | Alistair Francis <alistair@alistair23.me> | 2020-03-08 00:07:26 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-03-08 16:38:30 -0700 |
commit | 87a44d82f2107a0d3ca181a990eab25cc91eeada (patch) | |
tree | e4dbe31b0bc8a5cedac9e0550fb6fba88b8928bc /meta-python/recipes-devtools/python/python-obd.inc | |
parent | d148bc49409ea8cb293ff9141c3b05ce44241b4f (diff) | |
download | meta-openembedded-87a44d82f2107a0d3ca181a990eab25cc91eeada.tar.gz |
python3-obd: Consolidate into a single file
Signed-off-by: Alistair Francis <alistair@alistair23.me>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-obd.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-obd.inc | 11 |
1 files changed, 0 insertions, 11 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 @@ | |||
1 | DESCRIPTION = "A python module for handling realtime sensor data from OBD-II vehicle ports" | ||
2 | HOMEPAGE = "https://github.com/brendan-w/python-OBD" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://README.md;md5=58ba896fa086c96ad23317cebfeab277" | ||
5 | |||
6 | SRC_URI[md5sum] = "305efcb6c650db7b9583532355ebeb7c" | ||
7 | SRC_URI[sha256sum] = "8b81ea5896157b6e861af12e173c10b001cb6cca6ebb04db2c01d326812ad77b" | ||
8 | |||
9 | inherit pypi | ||
10 | |||
11 | RDEPENDS_${PN} = "${PYTHON_PN}-pyserial ${PYTHON_PN}-pint" | ||