summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2024-08-10 12:43:45 -0400
committerArmin Kuster <akuster808@gmail.com>2024-08-10 12:43:45 -0400
commitf9946faf520ac304fa5c6f2acdfbe459e122c0eb (patch)
tree522ecb3e7dcd6592b32c9bce4da2316f114778eb
parent783c08cb223ff9706d4307933fd86ca2765522d6 (diff)
downloadmeta-security-f9946faf520ac304fa5c6f2acdfbe459e122c0eb.tar.gz
python3-tpm2-pyts: switch to PEP-517 build backend
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-tpm/recipes-tpm2/tpm2-pytss/python3-tpm2-pytss_2.3.0.bb3
1 files changed, 2 insertions, 1 deletions
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"
7 7
8SRC_URI[sha256sum] = "20071129379656f5f3c3bc16d364612672b147d81191fb4eb9f9ff9fbee48410" 8SRC_URI[sha256sum] = "20071129379656f5f3c3bc16d364612672b147d81191fb4eb9f9ff9fbee48410"
9 9
10inherit autotools pkgconfig pypi setuptools3 10inherit autotools pkgconfig pypi python_setuptools_build_meta
11 11
12DEPENDS = " \ 12DEPENDS = " \
13 python3-setuptools-scm-native \
13 python3-asn1crypto-native \ 14 python3-asn1crypto-native \
14 python3-cryptography-native \ 15 python3-cryptography-native \
15 python3-pkgconfig-native \ 16 python3-pkgconfig-native \