gather: Check if txmbr.isDep is set for conditional deps.
This commit is contained in:
parent
2599a42a14
commit
15811107bb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user