Imported Upstream version 15.18.0
[platform/upstream/libzypp.git] / zypp / sat / detail / PoolImpl.cc
index 33d5de2..04db2e1 100644 (file)
@@ -576,8 +576,6 @@ namespace zypp
 
          for ( Solvable solv : WhatProvides( Capability( provides ? spec.c_str() + prefix.size() : spec.c_str() ) ) )
          {
-           if ( solv.isSystem() )
-             continue;
            if ( provides || solv.ident() == spec )
              multiversionList.insert( solv );
          }