summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2023-09-13 15:49:11 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-09-14 08:22:20 +0300
commit029f4aada38f4b041b5a171c2e112a267cee3b7f (patch)
tree3b368ee738cf0c8680c5a8ee2d71a5ceb7b341c1
parent5ee865f48e8d57d433ae3916542c22fc1cc90da6 (diff)
downloadopenbmc-029f4aada38f4b041b5a171c2e112a267cee3b7f.tar.xz
meta-phosphor: tpm2: remove new python3 dependency
The upstream meta-security added a new package to the tpm2 packagegroup, which introduced a dependency on python3. This package isn't necessary so we can remove it. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I53344425a3893c17d62ddd5687dd84ee112ee707
-rw-r--r--meta-phosphor/dynamic-layers/tpm-layer/recipes-core/packagegroups/packagegroup-security-tpm2.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/dynamic-layers/tpm-layer/recipes-core/packagegroups/packagegroup-security-tpm2.bbappend b/meta-phosphor/dynamic-layers/tpm-layer/recipes-core/packagegroups/packagegroup-security-tpm2.bbappend
index 06774b707c..e9f1dc34bd 100644
--- a/meta-phosphor/dynamic-layers/tpm-layer/recipes-core/packagegroups/packagegroup-security-tpm2.bbappend
+++ b/meta-phosphor/dynamic-layers/tpm-layer/recipes-core/packagegroups/packagegroup-security-tpm2.bbappend
@@ -1,3 +1,5 @@
# We don't need pkcs11 support on the BMC by default and it ends up causing a
# dependency chain that brings in Rust.
RDEPENDS:packagegroup-security-tpm2:remove = "tpm2-pkcs11"
+# Remove the python3 dependency.
+RDEPENDS:packagegroup-security-tpm2:remove = "python3-tpm2-pytss"