2024-06-27 15:54:40 +08:00
|
|
|
config BR2_PACKAGE_PYTHON_TPM2_PYTSS
|
|
|
|
bool "python-tpm2-pytss"
|
|
|
|
depends on !BR2_STATIC_LIBS # tpm2-tss
|
2024-08-16 04:23:54 +08:00
|
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography
|
2024-06-27 15:54:40 +08:00
|
|
|
select BR2_PACKAGE_PYTHON_ASN1CRYPTO # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
|
2024-09-22 12:02:16 +08:00
|
|
|
select BR2_PACKAGE_PYTHON_PACKAGING # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON_PYYAML # runtime
|
2024-06-27 15:54:40 +08:00
|
|
|
select BR2_PACKAGE_TPM2_TSS
|
|
|
|
help
|
|
|
|
TPM 2.0 TSS Bindings for Python.
|
|
|
|
|
|
|
|
https://github.com/tpm2-software/tpm2-pytss
|
|
|
|
|
|
|
|
comment "python-tpm2-pytss needs a toolchain w/ dynamic library"
|
2024-08-16 04:23:54 +08:00
|
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
2024-06-27 15:54:40 +08:00
|
|
|
depends on BR2_STATIC_LIBS
|