meta-openembedded/meta-python/recipes-devtools/python/python-pyasn1.inc
Derek Straka ef52e99804 Remove deprecated python3-lang from the RDEPENDS
The python3-lang package was removed as part of the migration to the
json manifest file.  The functionality is now part of core

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-26 17:28:12 -08:00

17 lines
517 B
PHP

SUMMARY = "Python library implementing ASN.1 types."
HOMEPAGE = "http://pyasn1.sourceforge.net/"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=280606d9c18f200e03e0c247ac61475a"
SRC_URI[md5sum] = "cb5883ddc6a9f405600429f37cf0759c"
SRC_URI[sha256sum] = "d258b0a71994f7770599835249cece1caef3c70def868c4915e6e5ca49b67d15"
RDEPENDS_${PN}_class-target += " \
${PYTHON_PN}-codecs \
${PYTHON_PN}-logging \
${PYTHON_PN}-math \
${PYTHON_PN}-shell \
"
BBCLASSEXTEND = "native nativesdk"