diff options
| author | Derek Straka <derek@asterius.io> | 2017-03-11 17:53:00 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-16 23:32:41 +0100 |
| commit | a4b42b9b6ab25ddc0ecc1f2db14ab5858f04cab2 (patch) | |
| tree | a741a4aa8cb6ddc0e43d7960338ff817282d5d16 /meta-python/recipes-devtools/python/python3-pyserial_3.3.bb | |
| parent | 9ef1da92cf14c40bd03f50864df9c47093200880 (diff) | |
| download | meta-openembedded-a4b42b9b6ab25ddc0ecc1f2db14ab5858f04cab2.tar.gz | |
python-pyserial: update to version 3.3
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.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyserial_3.3.bb | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-pyserial.inc | ||
| 3 | |||
| 4 | do_install_append() { | ||
| 5 | rm -f ${D}${bindir}/miniterm.py | ||
| 6 | rmdir ${D}${bindir} | ||
| 7 | } | ||
| 8 | |||
| 9 | RDEPENDS_${PN} += "${PYTHON_PN}-enum ${PYTHON_PN}-selectors" | ||
