diff --git a/tools/osbuild-depsolve-dnf5 b/tools/osbuild-depsolve-dnf5 index 08d05a4f..ca1e5b79 100755 --- a/tools/osbuild-depsolve-dnf5 +++ b/tools/osbuild-depsolve-dnf5 @@ -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)