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
This commit is contained in:
Dominique Leuenberger 2011-08-17 19:52:54 +00:00 committed by Git OBS Bridge
parent 4091a37f11
commit 136d9dee34

View File

@ -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