summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-asn1crypto_1.4.0.bb
diff options
context:
space:
mode:
authorAlejandro Enedino Hernandez Samaniego <alejandro.hernandez@linux.microsoft.com>2022-03-13 20:03:28 -0600
committertgamblin <trevor.gamblin@windriver.com>2022-03-16 09:25:28 -0400
commitbb9d3688f1b5a5f91ee3e1675bd802c5f9c189f3 (patch)
tree9cce95f2998ab0ffffd88d8ffe67590773da0e66 /meta-python/recipes-devtools/python/python3-asn1crypto_1.4.0.bb
parentb2c6326c9c0b93d71a150500b304b23ea007f117 (diff)
downloadmeta-openembedded-bb9d3688f1b5a5f91ee3e1675bd802c5f9c189f3.tar.gz
meta-python: Clean up recipes and classes that were moved to oe-core
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro.hernandez@linux.microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-asn1crypto_1.4.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-asn1crypto_1.4.0.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-python/recipes-devtools/python/python3-asn1crypto_1.4.0.bb b/meta-python/recipes-devtools/python/python3-asn1crypto_1.4.0.bb
deleted file mode 100644
index c052cb8c82..0000000000
--- a/meta-python/recipes-devtools/python/python3-asn1crypto_1.4.0.bb
+++ /dev/null
@@ -1,25 +0,0 @@
1DESCRIPTION = "A fast, pure Python library for parsing and serializing ASN.1 structures"
2HOMEPAGE = "https://github.com/wbond/asn1crypto"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=7439e38f5e04ff62fae436184786b7ca"
6
7PYPI_PACKAGE = "asn1crypto"
8
9SRC_URI[md5sum] = "00bf5b72d37778e62cc73b1d8909ae27"
10SRC_URI[sha256sum] = "f4f6e119474e58e04a2b1af817eb585b4fd72bdd89b998624712b5c99be7641c"
11
12inherit pypi setuptools3
13
14RDEPENDS:${PN}:class-target += " \
15 ${PYTHON_PN}-codecs \
16 ${PYTHON_PN}-crypt \
17 ${PYTHON_PN}-ctypes \
18 ${PYTHON_PN}-datetime \
19 ${PYTHON_PN}-io \
20 ${PYTHON_PN}-netclient \
21 ${PYTHON_PN}-numbers \
22 ${PYTHON_PN}-shell \
23"
24
25BBCLASSEXTEND = "native nativesdk"