Patrick Williams | 2a25492 | 2023-08-11 09:48:11 -0500 | [diff] [blame] | 1 | DESCRIPTION = "TPM2 TSS Python bindings for Enhanced System API (ESYS), Feature API (FAPI), Marshaling (MU), TCTI Loader (TCTILdr), TCTIs, policy, and RC Decoding (rcdecode) libraries" |
| 2 | HOMEPAGE = "https://github.com/tpm2-software/tpm2-pytss" |
| 3 | LICENSE = "BSD-2-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da" |
| 5 | |
| 6 | SRC_URI[sha256sum] = "5b5b4b1456fdc1aeef3d2c3970beaa078c8f7f2648c97a69bcf60c5a2f95c897" |
| 7 | |
| 8 | PYPI_PACKAGE = "tpm2-pytss" |
| 9 | |
| 10 | DEPENDS = "python3-pkgconfig-native python3-pycparser-native python3-asn1crypto-native" |
| 11 | DEPENDS:append = " python3-cryptography-native tpm2-tss" |
| 12 | |
| 13 | inherit autotools pkgconfig pypi setuptools3_legacy |
| 14 | |
| 15 | RDEPENDS:${PN} = "libtss2" |