diff options
| author | Tim Orling <tim.orling@konsulko.com> | 2022-03-12 13:13:08 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-16 08:48:08 +0000 |
| commit | 6f12c2aa1010d3b81831db74ef426f598ce90a01 (patch) | |
| tree | 173470467e6d37bdacbb63fabcc96dc44cfa47fd /meta/recipes-devtools/python | |
| parent | c47a786251700301589b1a2529580f22f611e580 (diff) | |
| download | poky-6f12c2aa1010d3b81831db74ef426f598ce90a01.tar.gz | |
python3-asn1crypto: move from meta-python
Dependency for python3-cryptography
(From OE-Core rev: 2e0e42bd840f94f2e9a22cda0314131c31f26045)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-asn1crypto_1.4.0.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-asn1crypto_1.4.0.bb b/meta/recipes-devtools/python/python3-asn1crypto_1.4.0.bb new file mode 100644 index 0000000000..c052cb8c82 --- /dev/null +++ b/meta/recipes-devtools/python/python3-asn1crypto_1.4.0.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | DESCRIPTION = "A fast, pure Python library for parsing and serializing ASN.1 structures" | ||
| 2 | HOMEPAGE = "https://github.com/wbond/asn1crypto" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7439e38f5e04ff62fae436184786b7ca" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "asn1crypto" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "00bf5b72d37778e62cc73b1d8909ae27" | ||
| 10 | SRC_URI[sha256sum] = "f4f6e119474e58e04a2b1af817eb585b4fd72bdd89b998624712b5c99be7641c" | ||
| 11 | |||
| 12 | inherit pypi setuptools3 | ||
| 13 | |||
| 14 | RDEPENDS:${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 | |||
| 25 | BBCLASSEXTEND = "native nativesdk" | ||
