From bab26bbdccfa10602a52d35c703f3c0acedcb564 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 24 Jul 2017 10:39:18 -0400 Subject: python-pyserial: update to version 3.4 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.3.bb | 4 ---- meta-python/recipes-devtools/python/python-pyserial_3.4.bb | 4 ++++ meta-python/recipes-devtools/python/python3-pyserial_3.3.bb | 9 --------- meta-python/recipes-devtools/python/python3-pyserial_3.4.bb | 9 +++++++++ 5 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyserial_3.3.bb create mode 100644 meta-python/recipes-devtools/python/python-pyserial_3.4.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyserial_3.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyserial_3.4.bb diff --git a/meta-python/recipes-devtools/python/python-pyserial.inc b/meta-python/recipes-devtools/python/python-pyserial.inc index 2508e76c0d..99c6fc42c4 100644 --- a/meta-python/recipes-devtools/python/python-pyserial.inc +++ b/meta-python/recipes-devtools/python/python-pyserial.inc @@ -13,8 +13,8 @@ RDEPENDS_${PN} = "\ ${PYTHON_PN}-threading \ " -RSRC_URI[md5sum] = "6afe4c2e47bcec6eb7051b8c1ce19d52" -SRC_URI[sha256sum] = "2949cddffc2b05683065a3cd2345114b1a49b08df8cb843d69ba99dc3e19edc2" +SRC_URI[md5sum] = "ed6183b15519a0ae96675e9c3330c69b" +SRC_URI[sha256sum] = "6e2d401fdee0eab996cf734e67773a0143b932772ca8b42451440cfed942c627" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pyserial_3.3.bb b/meta-python/recipes-devtools/python/python-pyserial_3.3.bb deleted file mode 100644 index 91a0f26ac3..0000000000 --- a/meta-python/recipes-devtools/python/python-pyserial_3.3.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.4.bb b/meta-python/recipes-devtools/python/python-pyserial_3.4.bb new file mode 100644 index 0000000000..91a0f26ac3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyserial_3.4.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.3.bb b/meta-python/recipes-devtools/python/python3-pyserial_3.3.bb deleted file mode 100644 index 44c13685e9..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyserial_3.3.bb +++ /dev/null @@ -1,9 +0,0 @@ -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" diff --git a/meta-python/recipes-devtools/python/python3-pyserial_3.4.bb b/meta-python/recipes-devtools/python/python3-pyserial_3.4.bb new file mode 100644 index 0000000000..44c13685e9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyserial_3.4.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 v1.2.3-54-g00ecf