remove superfluous install trigger
authorMichael Andres <ma@suse.de>
Thu, 25 Oct 2012 16:34:46 +0000 (18:34 +0200)
committerMichael Andres <ma@suse.de>
Thu, 25 Oct 2012 16:34:46 +0000 (18:34 +0200)
src/misc.cc

index f61c90d..a0bb7f5 100644 (file)
@@ -373,7 +373,6 @@ void build_deps_install(Zypper & zypper)
 
     if (srcpkg)
     {
-      zypper.runtimeData().srcpkgs_to_install.insert(srcpkg);
       DBG << format("Injecting build requieres for source package %s-%s")
           % srcpkg->name() % srcpkg->edition() << endl;