]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Remove unneeded default factory depends from ToolsTreeDistribution
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 28 Mar 2025 19:50:17 +0000 (20:50 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 30 Mar 2025 11:41:09 +0000 (13:41 +0200)
The default tools tree distribution does not depend on the selected
target distribution anymore.

mkosi/config.py

index 2e583b2866924918284798f5e7bc3f57db49e69f..71eee7382f8d3240b404c0869101de32f4c83162 100644 (file)
@@ -3490,7 +3490,6 @@ SETTINGS: list[ConfigSetting[Any]] = [
         parse=config_make_enum_parser(Distribution),
         match=config_make_enum_matcher(Distribution),
         choices=Distribution.choices(),
-        default_factory_depends=("distribution",),
         default_factory=config_default_tools_tree_distribution,
         help="Set the distribution to use for the default tools tree",
     ),