diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-pyasn1_0.6.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pyasn1_0.6.1.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pyasn1_0.6.1.bb b/meta/recipes-devtools/python/python3-pyasn1_0.6.1.bb new file mode 100644 index 0000000000..3913cb51d2 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pyasn1_0.6.1.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | SUMMARY = "Python library implementing ASN.1 types." | ||
| 2 | HOMEPAGE = "http://pyasn1.sourceforge.net/" | ||
| 3 | LICENSE = "BSD-2-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=190f79253908c986e6cacf380c3a5f6d" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "6f580d2bdd84365380830acf45550f2511469f673cb4a5ae3857a3170128b034" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta ptest | ||
| 9 | |||
| 10 | RDEPENDS:${PN}:class-target += " \ | ||
| 11 | python3-codecs \ | ||
| 12 | python3-logging \ | ||
| 13 | python3-math \ | ||
| 14 | python3-shell \ | ||
| 15 | " | ||
| 16 | |||
| 17 | SRC_URI += " \ | ||
| 18 | file://run-ptest \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS:${PN}-ptest += " \ | ||
| 22 | python3-pytest \ | ||
| 23 | python3-unittest-automake-output \ | ||
| 24 | " | ||
| 25 | |||
| 26 | do_install_ptest() { | ||
| 27 | install -d ${D}${PTEST_PATH}/tests | ||
| 28 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 29 | } | ||
| 30 | |||
| 31 | BBCLASSEXTEND = "native nativesdk" | ||
