packaging: Drop unnecessary cockpit-system dependency

All cockpit extensions should only require the bridge, at least as long
as they are independent from any other page (which is usually the case).
We still need cockpit-system for the tests (thus keep it in
test/browser/main.fmf), but it is perfectly reasonable to look at a
particular Cockpit page via the "remote hosts" panel, cockpit-desktop,
or Cockpit Client.
This commit is contained in:
Martin Pitt 2022-06-07 16:17:56 +02:00 committed by Matej Marusak
parent f5faff051b
commit c069d7b223

View file

@ -19,7 +19,7 @@ BuildRequires: gettext
BuildRequires: libappstream-glib-devel BuildRequires: libappstream-glib-devel
%endif %endif
Requires: cockpit-system Requires: cockpit-bridge
%description %description
Cockpit Starter Kit Example Module Cockpit Starter Kit Example Module