mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
c47a786251
commit
6f12c2aa10
25
meta/recipes-devtools/python/python3-asn1crypto_1.4.0.bb
Normal file
25
meta/recipes-devtools/python/python3-asn1crypto_1.4.0.bb
Normal file
@@ -0,0 +1,25 @@
|
||||
DESCRIPTION = "A fast, pure Python library for parsing and serializing ASN.1 structures"
|
||||
HOMEPAGE = "https://github.com/wbond/asn1crypto"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=7439e38f5e04ff62fae436184786b7ca"
|
||||
|
||||
PYPI_PACKAGE = "asn1crypto"
|
||||
|
||||
SRC_URI[md5sum] = "00bf5b72d37778e62cc73b1d8909ae27"
|
||||
SRC_URI[sha256sum] = "f4f6e119474e58e04a2b1af817eb585b4fd72bdd89b998624712b5c99be7641c"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN}:class-target += " \
|
||||
${PYTHON_PN}-codecs \
|
||||
${PYTHON_PN}-crypt \
|
||||
${PYTHON_PN}-ctypes \
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-netclient \
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-shell \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user