mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
python3-pkcs11: Add recipe for version 0.7.0
"A high level, “more Pythonic” interface to the PKCS#11 (Cryptoki) standard to support HSM and Smartcard devices in Python." Signed-off-by: Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
parent
78922a3621
commit
5301d61755
|
|
@ -272,6 +272,7 @@ RDEPENDS:packagegroup-meta-python3 = "\
|
||||||
python3-pika \
|
python3-pika \
|
||||||
python3-pillow \
|
python3-pillow \
|
||||||
python3-pint \
|
python3-pint \
|
||||||
|
python3-pkcs11 \
|
||||||
python3-pkgconfig \
|
python3-pkgconfig \
|
||||||
python3-ply \
|
python3-ply \
|
||||||
python3-pocketsphinx \
|
python3-pocketsphinx \
|
||||||
|
|
|
||||||
25
meta-python/recipes-devtools/python/python3-pkcs11_0.7.0.bb
Normal file
25
meta-python/recipes-devtools/python/python3-pkcs11_0.7.0.bb
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
SUMMARY = "PKCS#11 (Cryptoki) support for Python"
|
||||||
|
DESCRIPTION = "A high level, “more Pythonic” interface to the PKCS#11 (Cryptoki) standard to support HSM and Smartcard devices in Python."
|
||||||
|
HOMEPAGE = "https://pypi.org/project/python-pkcs11/"
|
||||||
|
SECTION = "devel/python"
|
||||||
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://README.rst;beginline=337;endline=358;md5=f68bda54505b4002e6ec86e08125ef79"
|
||||||
|
|
||||||
|
SRC_URI[sha256sum] = "9737e0c24cabb8bc9d48bf8c57c3df2a70f8cdd96b70c50290803286f9e46bf7"
|
||||||
|
|
||||||
|
PYPI_PACKAGE = "python-pkcs11"
|
||||||
|
|
||||||
|
inherit pypi setuptools3
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native"
|
||||||
|
|
||||||
|
DEPENDS += " \
|
||||||
|
python3-cython-native \
|
||||||
|
python3-setuptools-scm-native \
|
||||||
|
python3 \
|
||||||
|
"
|
||||||
|
|
||||||
|
RDEPENDS:${PN} += " \
|
||||||
|
python3-asn1crypto \
|
||||||
|
python3-cached-property \
|
||||||
|
"
|
||||||
Loading…
Reference in New Issue
Block a user