SUMMARY = "Python library implementing ASN.1 types." | |
HOMEPAGE = "http://pyasn1.sourceforge.net/" | |
LICENSE = "BSD-2-Clause" | |
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=190f79253908c986e6cacf380c3a5f6d" | |
SRC_URI[sha256sum] = "97b7290ca68e62a832558ec3976f15cbf911bf5d7c7039d8b861c2a0ece69fde" | |
RDEPENDS:${PN}:class-target += " \ | |
${PYTHON_PN}-codecs \ | |
${PYTHON_PN}-logging \ | |
${PYTHON_PN}-math \ | |
${PYTHON_PN}-shell \ | |
" | |
BBCLASSEXTEND = "native nativesdk" | |
inherit ptest | |
SRC_URI += " \ | |
file://run-ptest \ | |
" | |
RDEPENDS:${PN}-ptest += " \ | |
${PYTHON_PN}-pytest \ | |
${PYTHON_PN}-unittest-automake-output \ | |
" | |
do_install_ptest() { | |
install -d ${D}${PTEST_PATH}/tests | |
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | |
} |