diff --git a/pungi/gather.py b/pungi/gather.py index bcc28616..2e5048c8 100644 --- a/pungi/gather.py +++ b/pungi/gather.py @@ -833,6 +833,8 @@ class Pungi(PungiBase): if not is_package(txmbr.po): # we don't want sources which can be pulled in, because 'src' arch is part of self.valid_arches continue + if not txmbr.isDep: + continue self.add_package(txmbr.po) # resolve deps