Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 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.rst;md5=2988a5e913eb105fa08011135c4157d4" |
| 5 | |
| 6 | SRC_URI[md5sum] = "93e04f825e13b7ebc97d06b6a6407807" |
| 7 | SRC_URI[sha256sum] = "4b1bac95df2faac571ebf444778e4d736d050d8ed7049023c0fc929a520eba6d" |
| 8 | |
| 9 | inherit pypi |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 10 | |
| 11 | RDEPENDS_${PN} = "${PYTHON_PN}-pyserial ${PYTHON_PN}-pint" |