spec: require python3-jsonschema (hub plugin)
The hub plugin uses jsonschema, so it must explicitly depend on it. The dependency is installed "by hand" in the container since by default, the plugin is not installed via the RPM, but copied from the source repository and thus all dependencies must be present already.
This commit is contained in:
parent
8d40baedf8
commit
12a7793900
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ Koji integration for osbuild composer.
|
|||
Summary: Koji hub plugin for osbuild composer integration
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: koji-hub
|
||||
Requires: python3-jsonschema
|
||||
|
||||
%description hub
|
||||
Koji hub plugin for osbuild composer integration.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue