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.
This commit is contained in:
parent
52c3cb12ba
commit
d2d3d6d59e
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue