Message ID | 20240810164431.902604-2-akuster808@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-security,1/2] switch to PEP-517 build backend | expand |
diff --git a/meta-tpm/recipes-tpm2/tpm2-pytss/python3-tpm2-pytss_2.3.0.bb b/meta-tpm/recipes-tpm2/tpm2-pytss/python3-tpm2-pytss_2.3.0.bb index ae7dcfa..57e284b 100644 --- a/meta-tpm/recipes-tpm2/tpm2-pytss/python3-tpm2-pytss_2.3.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-pytss/python3-tpm2-pytss_2.3.0.bb @@ -7,9 +7,10 @@ PYPI_PACKAGE = "tpm2-pytss" SRC_URI[sha256sum] = "20071129379656f5f3c3bc16d364612672b147d81191fb4eb9f9ff9fbee48410" -inherit autotools pkgconfig pypi setuptools3 +inherit autotools pkgconfig pypi python_setuptools_build_meta DEPENDS = " \ + python3-setuptools-scm-native \ python3-asn1crypto-native \ python3-cryptography-native \ python3-pkgconfig-native \
Signed-off-by: Armin Kuster <akuster808@gmail.com> --- meta-tpm/recipes-tpm2/tpm2-pytss/python3-tpm2-pytss_2.3.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)