From: Michael Tremer Date: Thu, 22 Dec 2011 23:29:59 +0000 (+0100) Subject: Don't make automatic deps for python debugging files as well. X-Git-Tag: 0.9.20~33^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=610c08499e7a9dfe29acdc5f319bb04dd3744fa5;p=pakfire.git Don't make automatic deps for python debugging files as well. --- diff --git a/tools/find-provides b/tools/find-provides index 51efa9e65..afb1e80e3 100755 --- a/tools/find-provides +++ b/tools/find-provides @@ -14,7 +14,7 @@ pkgconfig_files= # Walk through all file files and see what we have got here. while read file; do case "${file}" in - */usr/lib*/python*/*.so) + */usr/lib*/python*/*.so*) # Do not show python shared objects in provides list. ;; *.so*)