diff options
author | Derek Straka <derek@asterius.io> | 2018-06-29 16:08:25 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-06-29 15:53:09 -0700 |
commit | 4ef58ec904310e0795d98e9d6c2e99f21024a53c (patch) | |
tree | 080d449434c4b99ab40998582e6e6e89c0318d96 /meta-python/recipes-devtools/python/python-pyasn1-modules.inc | |
parent | 09ed17b1af3e7e6e85e1f4938d78e0b9d56314ae (diff) | |
download | meta-openembedded-4ef58ec904310e0795d98e9d6c2e99f21024a53c.tar.gz |
python-pyasn1-modules: update to version 0.2.2
License-Update: Checksum changed due to copyright year update
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyasn1-modules.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyasn1-modules.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyasn1-modules.inc b/meta-python/recipes-devtools/python/python-pyasn1-modules.inc index 9fa54cfe00..87dbd1d3c3 100644 --- a/meta-python/recipes-devtools/python/python-pyasn1-modules.inc +++ b/meta-python/recipes-devtools/python/python-pyasn1-modules.inc | |||
@@ -4,10 +4,10 @@ DESCRIPTION = "A collection of ASN.1 modules expressed in form of pyasn1\ | |||
4 | data structures (X.509, PKCS etc.)." | 4 | data structures (X.509, PKCS etc.)." |
5 | HOMEPAGE = "https://github.com/etingof/pyasn1-modules" | 5 | HOMEPAGE = "https://github.com/etingof/pyasn1-modules" |
6 | LICENSE = "BSD-2-Clause" | 6 | LICENSE = "BSD-2-Clause" |
7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=280606d9c18f200e03e0c247ac61475a" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ac3f9ca693006349094b358ab3155" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "ff938698590f314ff9b3d5c48737d899" | 9 | SRC_URI[md5sum] = "65ce1ea1021679bffe96065baab232de" |
10 | SRC_URI[sha256sum] = "af00ea8f2022b6287dc375b2c70f31ab5af83989fc6fe9eacd4976ce26cd7ccc" | 10 | SRC_URI[sha256sum] = "a0cf3e1842e7c60fde97cb22d275eb6f9524f5c5250489e292529de841417547" |
11 | 11 | ||
12 | inherit pypi | 12 | inherit pypi |
13 | 13 | ||