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/python3-pyserial_3.3.bb | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyserial_3.3.bb (limited to 'meta-python/recipes-devtools/python/python3-pyserial_3.3.bb') 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" -- cgit v1.2.3-54-g00ecf