blob: 4ddf2870f88935c28e3323f1324843447e145cd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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"
HOMEPAGE = "https://github.com/tpm2-software/tpm2-pytss"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da"
PYPI_PACKAGE = "tpm2-pytss"
SRC_URI[sha256sum] = "20071129379656f5f3c3bc16d364612672b147d81191fb4eb9f9ff9fbee48410"
inherit autotools pkgconfig pypi python_setuptools_build_meta
DEPENDS = " \
python3-setuptools-scm-native \
python3-asn1crypto-native \
python3-cryptography-native \
python3-pkgconfig-native \
python3-pycparser-native \
tpm2-tss \
"
RDEPENDS:${PN} = "libtss2 python3-asn1crypto"
|