From d2d3d6d59e1368ad0cadb3cb65851d5ec20ab385 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Fri, 19 Nov 2021 18:17:05 +0000 Subject: [PATCH] spec: require python3-pyyaml for osbuild-tools osbuild-mpp has learned to read yaml files but with it gained a hard dependency on python3-pyyaml. Specify so in the spec file. --- osbuild.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/osbuild.spec b/osbuild.spec index 20d77b05..dbd31aaf 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -93,6 +93,7 @@ containers it uses to build OS artifacts. %package tools Summary: Extra tools and utilities Requires: %{name} = %{version}-%{release} +Requires: python3-pyyaml %description tools Contains additional tools and utilities for development of