[oe] [meta-python][PATCH] python-pyserial: update to version 3.2.1

Derek Straka derek at asterius.io
Fri Nov 18 02:05:51 UTC 2016


Signed-off-by: Derek Straka <derek at asterius.io>
---
 meta-python/recipes-devtools/python/python-pyserial.inc               | 4 ++--
 .../python/{python-pyserial_3.1.1.bb => python-pyserial_3.2.1.bb}     | 2 ++
 .../python/{python3-pyserial_3.1.1.bb => python3-pyserial_3.2.1.bb}   | 0
 3 files changed, 4 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-pyserial_3.1.1.bb => python-pyserial_3.2.1.bb} (51%)
 rename meta-python/recipes-devtools/python/{python3-pyserial_3.1.1.bb => python3-pyserial_3.2.1.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-pyserial.inc b/meta-python/recipes-devtools/python/python-pyserial.inc
index a4c7728..c7ab5b4 100644
--- a/meta-python/recipes-devtools/python/python-pyserial.inc
+++ b/meta-python/recipes-devtools/python/python-pyserial.inc
@@ -10,7 +10,7 @@ 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.2.1.bb
similarity index 51%
rename from meta-python/recipes-devtools/python/python-pyserial_3.1.1.bb
rename to meta-python/recipes-devtools/python/python-pyserial_3.2.1.bb
index ad2b350..91a0f26 100644
--- a/meta-python/recipes-devtools/python/python-pyserial_3.1.1.bb
+++ b/meta-python/recipes-devtools/python/python-pyserial_3.2.1.bb
@@ -1,2 +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.2.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-pyserial_3.1.1.bb
rename to meta-python/recipes-devtools/python/python3-pyserial_3.2.1.bb
-- 
2.7.4




More information about the Openembedded-devel mailing list