summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyserial_3.0.1.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-02-22 08:35:05 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-25 17:47:27 +0100
commit81fe3b83d7a909d19fe2bb2b88c69802f966b421 (patch)
tree30c5e75d301f32a66f3bcb99c02e3c177e10b49b /meta-python/recipes-devtools/python/python3-pyserial_3.0.1.bb
parentade80c2aa87d42d66004305e449ab161a9a1bbc8 (diff)
downloadmeta-openembedded-81fe3b83d7a909d19fe2bb2b88c69802f966b421.tar.gz
python-pyserial: update to 3.0.1
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyserial_3.0.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyserial_3.0.1.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyserial_3.0.1.bb b/meta-python/recipes-devtools/python/python3-pyserial_3.0.1.bb
new file mode 100644
index 0000000000..17ed3f8bc4
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pyserial_3.0.1.bb
@@ -0,0 +1,7 @@
1inherit setuptools3
2require python-pyserial.inc
3
4do_install_append() {
5 rm -f ${D}${bindir}/miniterm.py
6 rmdir ${D}${bindir}
7}