From 136d9dee344d743f92b1a779251557d049858d6dbcec6cbe3f42c21f81a010f3 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 17 Aug 2011 19:52:54 +0000 Subject: [PATCH] Accepting request 79159 from home:dimstar:pytest Fix gi-find-deps.sh to address a special case in python-gobject: a ImportError text tries to explain how to convert the code OBS-URL: https://build.opensuse.org/request/show/79159 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=67 --- gi-find-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gi-find-deps.sh b/gi-find-deps.sh index 54299b9..86942e3 100644 --- a/gi-find-deps.sh +++ b/gi-find-deps.sh @@ -20,7 +20,7 @@ fi } function print_req_prov { -echo -n "$file: typelib($symbol)" +echo -n "typelib($symbol)" if [ ! -z "$version" ]; then echo " = ${version}" else