From a4b42b9b6ab25ddc0ecc1f2db14ab5858f04cab2 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sat, 11 Mar 2017 17:53:00 -0500 Subject: python-pyserial: update to version 3.3 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pyserial.inc | 7 +++++-- meta-python/recipes-devtools/python/python-pyserial_3.2.1.bb | 4 ---- meta-python/recipes-devtools/python/python-pyserial_3.3.bb | 4 ++++ meta-python/recipes-devtools/python/python3-pyserial_3.2.1.bb | 7 ------- meta-python/recipes-devtools/python/python3-pyserial_3.3.bb | 9 +++++++++ 5 files changed, 18 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyserial_3.2.1.bb create mode 100644 meta-python/recipes-devtools/python/python-pyserial_3.3.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyserial_3.2.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyserial_3.3.bb (limited to 'meta-python') 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" RDEPENDS_${PN} = "\ ${PYTHON_PN}-fcntl \ ${PYTHON_PN}-io \ + ${PYTHON_PN}-logging \ + ${PYTHON_PN}-netclient \ ${PYTHON_PN}-stringold \ + ${PYTHON_PN}-threading \ " -SRC_URI[md5sum] = "7142a421c8b35d2dac6c47c254db023d" -SRC_URI[sha256sum] = "1eecfe4022240f2eab5af8d414f0504e072ee68377ba63d3b6fe6e66c26f66d1" +RSRC_URI[md5sum] = "6afe4c2e47bcec6eb7051b8c1ce19d52" +SRC_URI[sha256sum] = "2949cddffc2b05683065a3cd2345114b1a49b08df8cb843d69ba99dc3e19edc2" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pyserial_3.2.1.bb b/meta-python/recipes-devtools/python/python-pyserial_3.2.1.bb deleted file mode 100644 index 91a0f26ac3..0000000000 --- a/meta-python/recipes-devtools/python/python-pyserial_3.2.1.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit setuptools -require python-pyserial.inc - -RDEPENDS_${PN} += "${PYTHON_PN}-importlib" diff --git a/meta-python/recipes-devtools/python/python-pyserial_3.3.bb b/meta-python/recipes-devtools/python/python-pyserial_3.3.bb new file mode 100644 index 0000000000..91a0f26ac3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyserial_3.3.bb @@ -0,0 +1,4 @@ +inherit setuptools +require python-pyserial.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-importlib" diff --git a/meta-python/recipes-devtools/python/python3-pyserial_3.2.1.bb b/meta-python/recipes-devtools/python/python3-pyserial_3.2.1.bb deleted file mode 100644 index 17ed3f8bc4..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyserial_3.2.1.bb +++ /dev/null @@ -1,7 +0,0 @@ -inherit setuptools3 -require python-pyserial.inc - -do_install_append() { - rm -f ${D}${bindir}/miniterm.py - rmdir ${D}${bindir} -} diff --git a/meta-python/recipes-devtools/python/python3-pyserial_3.3.bb b/meta-python/recipes-devtools/python/python3-pyserial_3.3.bb new file mode 100644 index 0000000000..44c13685e9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyserial_3.3.bb @@ -0,0 +1,9 @@ +inherit setuptools3 +require python-pyserial.inc + +do_install_append() { + rm -f ${D}${bindir}/miniterm.py + rmdir ${D}${bindir} +} + +RDEPENDS_${PN} += "${PYTHON_PN}-enum ${PYTHON_PN}-selectors" -- cgit 1.2.3-korg