diff options
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-pyserial.inc | 7 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python-pyserial_3.3.bb (renamed from meta-python/recipes-devtools/python/python-pyserial_3.2.1.bb) | 0 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyserial_3.3.bb (renamed from meta-python/recipes-devtools/python/python3-pyserial_3.2.1.bb) | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyserial.inc b/meta-python/recipes-devtools/python/python-pyserial.inc index c1c1904f1a..2508e76c0d 100644 --- a/meta-python/recipes-devtools/python/python-pyserial.inc +++ b/meta-python/recipes-devtools/python/python-pyserial.inc | |||
| @@ -7,11 +7,14 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d476d94926db6e0008a5b3860d1f5c0d" | |||
| 7 | RDEPENDS_${PN} = "\ | 7 | RDEPENDS_${PN} = "\ |
| 8 | ${PYTHON_PN}-fcntl \ | 8 | ${PYTHON_PN}-fcntl \ |
| 9 | ${PYTHON_PN}-io \ | 9 | ${PYTHON_PN}-io \ |
| 10 | ${PYTHON_PN}-logging \ | ||
| 11 | ${PYTHON_PN}-netclient \ | ||
| 10 | ${PYTHON_PN}-stringold \ | 12 | ${PYTHON_PN}-stringold \ |
| 13 | ${PYTHON_PN}-threading \ | ||
| 11 | " | 14 | " |
| 12 | 15 | ||
| 13 | SRC_URI[md5sum] = "7142a421c8b35d2dac6c47c254db023d" | 16 | RSRC_URI[md5sum] = "6afe4c2e47bcec6eb7051b8c1ce19d52" |
| 14 | SRC_URI[sha256sum] = "1eecfe4022240f2eab5af8d414f0504e072ee68377ba63d3b6fe6e66c26f66d1" | 17 | SRC_URI[sha256sum] = "2949cddffc2b05683065a3cd2345114b1a49b08df8cb843d69ba99dc3e19edc2" |
| 15 | 18 | ||
| 16 | inherit pypi | 19 | inherit pypi |
| 17 | 20 | ||
diff --git a/meta-python/recipes-devtools/python/python-pyserial_3.2.1.bb b/meta-python/recipes-devtools/python/python-pyserial_3.3.bb index 91a0f26ac3..91a0f26ac3 100644 --- a/meta-python/recipes-devtools/python/python-pyserial_3.2.1.bb +++ b/meta-python/recipes-devtools/python/python-pyserial_3.3.bb | |||
diff --git a/meta-python/recipes-devtools/python/python3-pyserial_3.2.1.bb b/meta-python/recipes-devtools/python/python3-pyserial_3.3.bb index 17ed3f8bc4..44c13685e9 100644 --- a/meta-python/recipes-devtools/python/python3-pyserial_3.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyserial_3.3.bb | |||
| @@ -5,3 +5,5 @@ do_install_append() { | |||
| 5 | rm -f ${D}${bindir}/miniterm.py | 5 | rm -f ${D}${bindir}/miniterm.py |
| 6 | rmdir ${D}${bindir} | 6 | rmdir ${D}${bindir} |
| 7 | } | 7 | } |
| 8 | |||
| 9 | RDEPENDS_${PN} += "${PYTHON_PN}-enum ${PYTHON_PN}-selectors" | ||
