src/modules/catalog.py
changeset 1731 a76f8a1fc049
parent 1710 139720e2e756
child 1833 4edfd1d13e49
--- a/src/modules/catalog.py	Thu Feb 04 23:50:08 2010 -0800
+++ b/src/modules/catalog.py	Fri Feb 05 13:07:38 2010 -0800
@@ -1519,6 +1519,7 @@
                         if (a.name == "depend" or \
                             attr_name.startswith("variant") or \
                             attr_name.startswith("facet") or \
+                            attr_name.startswith("pkg.depend.") or \
                             attr_name in ("pkg.obsolete",
                                 "pkg.renamed")):
                                 if Catalog.DEPENDENCY in info_needed:
@@ -1858,6 +1859,7 @@
                                 name = act.attrs["name"]
                                 if name.startswith("variant") or \
                                     name.startswith("facet") or \
+                                    name.startswith("pkg.depend.") or \
                                     name in ("pkg.obsolete", "pkg.renamed"):
                                         # variant and facet data goes to the
                                         # dependency catalog part.