diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-obd_0.7.2.bb (renamed from meta-python/recipes-devtools/python/python3-obd_0.7.1.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb b/meta-python/recipes-devtools/python/python3-obd_0.7.2.bb index 0cb1b85e5a..d78642a9bd 100644 --- a/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-obd_0.7.2.bb | |||
@@ -1,9 +1,8 @@ | |||
1 | DESCRIPTION = "A python module for handling realtime sensor data from OBD-II vehicle ports"HOMEPAGE = "https://github.com/brendan-w/python-OBD" | 1 | DESCRIPTION = "A python module for handling realtime sensor data from OBD-II vehicle ports"HOMEPAGE = "https://github.com/brendan-w/python-OBD" |
2 | LICENSE = "GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://README.md;md5=58ba896fa086c96ad23317cebfeab277" | 3 | LIC_FILES_CHKSUM = "file://README.md;md5=176d0f9ad45c10895296260d426fa862" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "305efcb6c650db7b9583532355ebeb7c" | 5 | SRC_URI[sha256sum] = "20d38c9ded3daad1e8affab3ff367a70788d4f29ac77ab7aacddc6a6d2a43d61" |
6 | SRC_URI[sha256sum] = "8b81ea5896157b6e861af12e173c10b001cb6cca6ebb04db2c01d326812ad77b" | ||
7 | 6 | ||
8 | inherit setuptools3 pypi | 7 | inherit setuptools3 pypi |
9 | 8 | ||