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:
parent
f5faff051b
commit
c069d7b223
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ BuildRequires: gettext
|
|||
BuildRequires: libappstream-glib-devel
|
||||
%endif
|
||||
|
||||
Requires: cockpit-system
|
||||
Requires: cockpit-bridge
|
||||
|
||||
%description
|
||||
Cockpit Starter Kit Example Module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue