#60 fix conditional deps (this can't be easily covered with unit tests; tested on huge package set using various in-place YUM hacks)
Merged 8 years ago by ausil. Opened 8 years ago by dmach.
dmach/pungi fix-conditional-deps  into  master

file modified
+2
@@ -833,6 +833,8 @@ 

                          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

no initial comment
Metadata