diff --git a/pungi/gather_dnf.py b/pungi/gather_dnf.py index 6c28d6d0..2f37c1fa 100644 --- a/pungi/gather_dnf.py +++ b/pungi/gather_dnf.py @@ -501,6 +501,8 @@ class Gather(GatherBase): def add_source_package_deps(self): added = set() + if not self.opts.resolve_deps: + return added if not self.opts.selfhosting: return added