osbuild-depsolve-dnf5: module_hotfixes wasn't really set
Typo in the previous change, wasn't setting `repo.module_hotfixes`
This commit is contained in:
parent
43c83c01e6
commit
4f83cdc434
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ class Solver():
|
|||
# This option if True disables modularization filtering. Effectively
|
||||
# disabling modularity for given repository.
|
||||
if "module_hotfixes" in desc:
|
||||
module_hotfixes = desc["module_hotfixes"]
|
||||
repo.module_hotfixes = desc["module_hotfixes"]
|
||||
|
||||
# This needs to be set on each repo
|
||||
repo.set_substitutions(self.substitutions)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue