mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
c049db897f
commit
73d8e82d7a
@@ -1,10 +1,9 @@
|
||||
SUMMARY = "Python library implementing ASN.1 types."
|
||||
HOMEPAGE = "http://pyasn1.sourceforge.net/"
|
||||
LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=a14482d15c2249de3b6f0e8a47e021fd"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=190f79253908c986e6cacf380c3a5f6d"
|
||||
|
||||
SRC_URI[md5sum] = "dffae4ff9f997a83324b3f33fe62be54"
|
||||
SRC_URI[sha256sum] = "aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba"
|
||||
SRC_URI[sha256sum] = "97b7290ca68e62a832558ec3976f15cbf911bf5d7c7039d8b861c2a0ece69fde"
|
||||
|
||||
RDEPENDS:${PN}:class-target += " \
|
||||
${PYTHON_PN}-codecs \
|
||||
@@ -18,9 +17,8 @@ BBCLASSEXTEND = "native nativesdk"
|
||||
inherit ptest
|
||||
|
||||
SRC_URI += " \
|
||||
file://run-ptest \
|
||||
file://0001-Fix-DeprecationWarning-__int__-returned-non-int-on-P.patch \
|
||||
"
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-pytest \
|
||||
|
||||
Reference in New Issue
Block a user