diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2018-06-26 14:00:56 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-06-27 22:17:33 -0700 |
commit | 720c3af048875f016fca6e2d6b37053db319a744 (patch) | |
tree | 4878efadf4ba99513285d517057478343c02c32b /meta-python/recipes-devtools/python/python-pyasn1_0.4.3.bb | |
parent | 7f7778ef4302a4106e15506f5d069df851645769 (diff) | |
download | meta-openembedded-720c3af048875f016fca6e2d6b37053db319a744.tar.gz |
python(3)-pyasn1: upgrade 0.4.2 -> 0.4.3
The license checksum changes but the license remains the same.
The change is only about year, 2017 -> 2018.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyasn1_0.4.3.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyasn1_0.4.3.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyasn1_0.4.3.bb b/meta-python/recipes-devtools/python/python-pyasn1_0.4.3.bb new file mode 100644 index 000000000..a13c74dda --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyasn1_0.4.3.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | inherit pypi setuptools | ||
2 | require python-pyasn1.inc | ||
3 | |||
4 | RDEPENDS_${PN} += "\ | ||
5 | ${PYTHON_PN}-lang \ | ||
6 | " | ||