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:
Christian Kellner 2020-11-02 23:18:59 +01:00
parent 8d40baedf8
commit 12a7793900

View file

@ -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.