summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pyasn1_0.6.1.bb
diff options
context:
space:
mode:
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.bb17
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 @@
1SUMMARY = "Python library implementing ASN.1 types."
2HOMEPAGE = "http://pyasn1.sourceforge.net/"
3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=190f79253908c986e6cacf380c3a5f6d"
5
6SRC_URI[sha256sum] = "6f580d2bdd84365380830acf45550f2511469f673cb4a5ae3857a3170128b034"
7
8inherit pypi python_setuptools_build_meta ptest-python-pytest
9
10RDEPENDS:${PN}:class-target += " \
11 python3-codecs \
12 python3-logging \
13 python3-math \
14 python3-shell \
15"
16
17BBCLASSEXTEND = "native nativesdk"