From dfd16a3dc5878a394c98931fadae5171481dda3c Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 17 Nov 2016 21:05:51 -0500 Subject: python-pyserial: update to version 3.2.1 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pyserial.inc | 4 ++-- meta-python/recipes-devtools/python/python-pyserial_3.1.1.bb | 2 -- meta-python/recipes-devtools/python/python-pyserial_3.2.1.bb | 4 ++++ meta-python/recipes-devtools/python/python3-pyserial_3.1.1.bb | 7 ------- meta-python/recipes-devtools/python/python3-pyserial_3.2.1.bb | 7 +++++++ 5 files changed, 13 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyserial_3.1.1.bb create mode 100644 meta-python/recipes-devtools/python/python-pyserial_3.2.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyserial_3.1.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyserial_3.2.1.bb diff --git a/meta-python/recipes-devtools/python/python-pyserial.inc b/meta-python/recipes-devtools/python/python-pyserial.inc index 61f37763e4..c1c1904f1a 100644 --- a/meta-python/recipes-devtools/python/python-pyserial.inc +++ b/meta-python/recipes-devtools/python/python-pyserial.inc @@ -10,8 +10,8 @@ RDEPENDS_${PN} = "\ ${PYTHON_PN}-stringold \ " -SRC_URI[md5sum] = "2f72100de3e410b36d575e12e82e9d27" -SRC_URI[sha256sum] = "d657051249ce3cbd0446bcfb2be07a435e1029da4d63f53ed9b4cdde7373364c" +SRC_URI[md5sum] = "7142a421c8b35d2dac6c47c254db023d" +SRC_URI[sha256sum] = "1eecfe4022240f2eab5af8d414f0504e072ee68377ba63d3b6fe6e66c26f66d1" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pyserial_3.1.1.bb b/meta-python/recipes-devtools/python/python-pyserial_3.1.1.bb deleted file mode 100644 index ad2b350b0c..0000000000 --- a/meta-python/recipes-devtools/python/python-pyserial_3.1.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-pyserial.inc 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 new file mode 100644 index 0000000000..91a0f26ac3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyserial_3.2.1.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.1.1.bb b/meta-python/recipes-devtools/python/python3-pyserial_3.1.1.bb deleted file mode 100644 index 17ed3f8bc4..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyserial_3.1.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.2.1.bb b/meta-python/recipes-devtools/python/python3-pyserial_3.2.1.bb new file mode 100644 index 0000000000..17ed3f8bc4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyserial_3.2.1.bb @@ -0,0 +1,7 @@ +inherit setuptools3 +require python-pyserial.inc + +do_install_append() { + rm -f ${D}${bindir}/miniterm.py + rmdir ${D}${bindir} +} -- cgit 1.2.3-korg