summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-pyasn1.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-06-14 11:29:05 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-16 15:40:11 +0100
commit73d8e82d7a9d891817f0e87109bd86c78efdb9e4 (patch)
tree07cce2f84dce2d72c22925e34c4b4f8bc5c50635 /meta/recipes-devtools/python/python-pyasn1.inc
parentc049db897f14ff7bee3f5898e6c0a607deea839b (diff)
downloadpoky-73d8e82d7a9d891817f0e87109bd86c78efdb9e4.tar.gz
python3-pyasn1: upgrade 0.4.8 -> 0.5.0
License-Update: copyright years (From OE-Core rev: d36e4228bd94ae9a9ca0feeaa9541ed5afafdd44) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-pyasn1.inc')
-rw-r--r--meta/recipes-devtools/python/python-pyasn1.inc10
1 files changed, 4 insertions, 6 deletions
diff --git a/meta/recipes-devtools/python/python-pyasn1.inc b/meta/recipes-devtools/python/python-pyasn1.inc
index 126d0388ef..9eb87354cf 100644
--- a/meta/recipes-devtools/python/python-pyasn1.inc
+++ b/meta/recipes-devtools/python/python-pyasn1.inc
@@ -1,10 +1,9 @@
1SUMMARY = "Python library implementing ASN.1 types." 1SUMMARY = "Python library implementing ASN.1 types."
2HOMEPAGE = "http://pyasn1.sourceforge.net/" 2HOMEPAGE = "http://pyasn1.sourceforge.net/"
3LICENSE = "BSD-2-Clause" 3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=a14482d15c2249de3b6f0e8a47e021fd" 4LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=190f79253908c986e6cacf380c3a5f6d"
5 5
6SRC_URI[md5sum] = "dffae4ff9f997a83324b3f33fe62be54" 6SRC_URI[sha256sum] = "97b7290ca68e62a832558ec3976f15cbf911bf5d7c7039d8b861c2a0ece69fde"
7SRC_URI[sha256sum] = "aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba"
8 7
9RDEPENDS:${PN}:class-target += " \ 8RDEPENDS:${PN}:class-target += " \
10 ${PYTHON_PN}-codecs \ 9 ${PYTHON_PN}-codecs \
@@ -18,9 +17,8 @@ BBCLASSEXTEND = "native nativesdk"
18inherit ptest 17inherit ptest
19 18
20SRC_URI += " \ 19SRC_URI += " \
21 file://run-ptest \ 20 file://run-ptest \
22 file://0001-Fix-DeprecationWarning-__int__-returned-non-int-on-P.patch \ 21 "
23"
24 22
25RDEPENDS:${PN}-ptest += " \ 23RDEPENDS:${PN}-ptest += " \
26 ${PYTHON_PN}-pytest \ 24 ${PYTHON_PN}-pytest \