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 | 17 |
1 files changed, 17 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..820ef27d2b --- /dev/null +++ b/meta/recipes-devtools/python/python3-pyasn1_0.6.1.bb | |||
@@ -0,0 +1,17 @@ | |||
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-python-pytest | ||
9 | |||
10 | RDEPENDS:${PN}:class-target += " \ | ||
11 | python3-codecs \ | ||
12 | python3-logging \ | ||
13 | python3-math \ | ||
14 | python3-shell \ | ||
15 | " | ||
16 | |||
17 | BBCLASSEXTEND = "native nativesdk" | ||