mirror of
https://github.com/ben-grande/qusal.git
synced 2025-10-11 12:58:36 -04:00
fix: skip YUM weak dependencies installation
Fixes: https://github.com/ben-grande/qusal/issues/96
This commit is contained in:
parent
c6582dfb88
commit
56a4296421
90 changed files with 107 additions and 0 deletions
|
@ -18,6 +18,7 @@ include:
|
|||
- sls: utils.tools.common.update
|
||||
- install_recommends: False
|
||||
- skip_suggestions: True
|
||||
- setopt: "install_weak_deps=False"
|
||||
- pkgs:
|
||||
- qubes-input-proxy
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@ include:
|
|||
- sls: utils.tools.common.update
|
||||
- install_recommends: False
|
||||
- skip_suggestions: True
|
||||
- setopt: "install_weak_deps=False"
|
||||
- pkgs:
|
||||
- cryptsetup
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@ include:
|
|||
- sls: utils.tools.common.update
|
||||
- install_recommends: False
|
||||
- skip_suggestions: True
|
||||
- setopt: "install_weak_deps=False"
|
||||
- pkgs:
|
||||
- qubes-ctap
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@ include:
|
|||
- sls: utils.tools.common.update
|
||||
- install_recommends: False
|
||||
- skip_suggestions: True
|
||||
- setopt: "install_weak_deps=False"
|
||||
- pkgs:
|
||||
- qubes-usb-proxy
|
||||
- pciutils
|
||||
|
|
|
@ -15,6 +15,7 @@ include:
|
|||
- sls: utils.tools.common.update
|
||||
- install_recommends: False
|
||||
- skip_suggestions: True
|
||||
- setopt: "install_weak_deps=False"
|
||||
- pkgs:
|
||||
- pciutils
|
||||
- qubes-input-proxy-sender
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue