From bd22fd5e8268746317817adb0f8a326bfcea454d Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sat, 6 Aug 2011 14:58:22 +0000 Subject: push python-gi req for python introspection callings --- gi-find-deps.sh.in | 1 + 1 file changed, 1 insertion(+) diff --git a/gi-find-deps.sh.in b/gi-find-deps.sh.in index 69aecfd..3c42662 100755 --- a/gi-find-deps.sh.in +++ b/gi-find-deps.sh.in @@ -68,6 +68,7 @@ while read file; do for module in $(grep -h -P "from gi.repository import (\w+)" $file | sed 's:#.*::' | sed -e 's,from gi.repository import,,' -r -e 's:\s+as\s+\w+::g' -e 's:\s*,\s*: :g'); do split_name_version $module print_req_prov + echo "python-gobject >= 2.21.4" done ;; *.typelib) -- cgit v1.2.1