diff options
author | Derek Straka <derek@asterius.io> | 2016-11-17 21:05:51 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-11-23 15:29:54 +0100 |
commit | dfd16a3dc5878a394c98931fadae5171481dda3c (patch) | |
tree | 3030ed565f9e8bf41622de94e516e94722995889 /meta-python | |
parent | ebde590d14253b03fe2cb61339db98e3b2e74aa0 (diff) | |
download | meta-openembedded-dfd16a3dc5878a394c98931fadae5171481dda3c.tar.gz |
python-pyserial: update to version 3.2.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyserial.inc | 4 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyserial_3.2.1.bb (renamed from meta-python/recipes-devtools/python/python-pyserial_3.1.1.bb) | 2 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyserial_3.2.1.bb (renamed from meta-python/recipes-devtools/python/python3-pyserial_3.1.1.bb) | 0 |
3 files changed, 4 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyserial.inc b/meta-python/recipes-devtools/python/python-pyserial.inc index 61f37763e..c1c1904f1 100644 --- a/meta-python/recipes-devtools/python/python-pyserial.inc +++ b/meta-python/recipes-devtools/python/python-pyserial.inc | |||
@@ -10,8 +10,8 @@ RDEPENDS_${PN} = "\ | |||
10 | ${PYTHON_PN}-stringold \ | 10 | ${PYTHON_PN}-stringold \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRC_URI[md5sum] = "2f72100de3e410b36d575e12e82e9d27" | 13 | SRC_URI[md5sum] = "7142a421c8b35d2dac6c47c254db023d" |
14 | SRC_URI[sha256sum] = "d657051249ce3cbd0446bcfb2be07a435e1029da4d63f53ed9b4cdde7373364c" | 14 | SRC_URI[sha256sum] = "1eecfe4022240f2eab5af8d414f0504e072ee68377ba63d3b6fe6e66c26f66d1" |
15 | 15 | ||
16 | inherit pypi | 16 | inherit pypi |
17 | 17 | ||
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 index ad2b350b0..91a0f26ac 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 @@ | |||
1 | inherit setuptools | 1 | inherit setuptools |
2 | require python-pyserial.inc | 2 | require python-pyserial.inc |
3 | |||
4 | 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 index 17ed3f8bc..17ed3f8bc 100644 --- a/meta-python/recipes-devtools/python/python3-pyserial_3.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyserial_3.2.1.bb | |||