From 610c08499e7a9dfe29acdc5f319bb04dd3744fa5 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 23 Dec 2011 00:29:59 +0100 Subject: [PATCH] Don't make automatic deps for python debugging files as well. --- tools/find-provides | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*) -- 2.39.5