1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-26 01:46:13 +01:00

get_prefer_pkgs: don't ignore debuginfo packages

This commit is contained in:
Andreas Schwab 2016-08-04 12:55:50 +02:00
parent 05ab19bda7
commit 0c00108521

View File

@ -427,8 +427,6 @@ def get_prefer_pkgs(dirs, wanted_arch, type, cpio):
continue
if path.endswith('.patch.rpm') or path.endswith('.delta.rpm'):
continue
if path.find('-debuginfo-') > 0:
continue
packageQuery = packagequery.PackageQuery.query(path)
packageQueries.add(packageQuery)