diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb b/meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb index 02ebeaad79..f57ea97fc5 100644 --- a/meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb | |||
@@ -1,13 +1,14 @@ | |||
1 | SUMMARY = "A Python interface for the Firmata protocol" | 1 | SUMMARY = "A Python interface for the Firmata protocol" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84ddcef430b7c44caa22b2ff4b37a3df" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84ddcef430b7c44caa22b2ff4b37a3df" |
4 | |||
4 | PYPI_PACKAGE = "pyFirmata" | 5 | PYPI_PACKAGE = "pyFirmata" |
6 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
5 | 7 | ||
6 | RDEPENDS:${PN} = "\ | 8 | RDEPENDS:${PN} = "\ |
7 | python3-pyserial \ | 9 | python3-pyserial \ |
8 | " | 10 | " |
9 | 11 | ||
10 | SRC_URI[md5sum] = "159673cfb56c72ceafc30fe91eedd847" | ||
11 | SRC_URI[sha256sum] = "cc180d1b30c85a2bbca62c15fef1b871db048cdcfa80959968356d97bd3ff08e" | 12 | SRC_URI[sha256sum] = "cc180d1b30c85a2bbca62c15fef1b871db048cdcfa80959968356d97bd3ff08e" |
12 | 13 | ||
13 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |