From f0eb2c5893b2069bc75636bed466dd48d89cf977 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 18 Oct 2024 16:11:38 -0400 Subject: [PATCH] vmdeps: include deps needed for push-container-manifest Followon to https://github.com/coreos/fedora-coreos-pipeline/pull/1047 For some reason in older releases these deps don't get pulled in in the supermin build and push-container-manifest is failing. --- src/vmdeps.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/vmdeps.txt b/src/vmdeps.txt index a73a00c066..e73aac610b 100644 --- a/src/vmdeps.txt +++ b/src/vmdeps.txt @@ -35,3 +35,8 @@ tar # needed for extensions container build podman + +# Needed for cosa push-container-manifest. In later releases the +# supermin build pulls in these deps but for some reason not in Fedora 38. +python3-jsonschema +python3-pyrsistent