summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb
diff options
context:
space:
mode:
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.bb3
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 @@
1SUMMARY = "A Python interface for the Firmata protocol" 1SUMMARY = "A Python interface for the Firmata protocol"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=84ddcef430b7c44caa22b2ff4b37a3df" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=84ddcef430b7c44caa22b2ff4b37a3df"
4
4PYPI_PACKAGE = "pyFirmata" 5PYPI_PACKAGE = "pyFirmata"
6UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
5 7
6RDEPENDS:${PN} = "\ 8RDEPENDS:${PN} = "\
7 python3-pyserial \ 9 python3-pyserial \
8" 10"
9 11
10SRC_URI[md5sum] = "159673cfb56c72ceafc30fe91eedd847"
11SRC_URI[sha256sum] = "cc180d1b30c85a2bbca62c15fef1b871db048cdcfa80959968356d97bd3ff08e" 12SRC_URI[sha256sum] = "cc180d1b30c85a2bbca62c15fef1b871db048cdcfa80959968356d97bd3ff08e"
12 13
13inherit pypi setuptools3 14inherit pypi setuptools3