drop requires of atoms to their enclosing patch
authorKlaus Kaempf <kkaempf@suse.de>
Sat, 8 Apr 2006 08:04:32 +0000 (08:04 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Sat, 8 Apr 2006 08:04:32 +0000 (08:04 +0000)
zypp/source/yum/YUMSourceImpl.cc

index 7a72d82..848c579 100644 (file)
@@ -1063,12 +1063,14 @@ namespace zypp
            default:
              ERR << "Unknown type of atom" << endl;
          }
+#if 0                                  // atoms require their patch, why ?
          for (Patch::AtomList::iterator it = impl->_atoms.begin();
               it != impl->_atoms.end();
               it++)
          {
            (*it)->injectRequires(cap);
          }
+#endif
        }
       return patch;
     }