diff options
author | Funda Wang <fwang@mageia.org> | 2011-08-06 14:58:22 +0000 |
---|---|---|
committer | Funda Wang <fwang@mageia.org> | 2011-08-06 14:58:22 +0000 |
commit | bd22fd5e8268746317817adb0f8a326bfcea454d (patch) | |
tree | 9e655829f53e31bc64eeee4ce5620ebba6c1aa5a /gi-find-deps.sh.in | |
parent | cb443900ba9aa12c691441c23e0f858c3c3e694f (diff) | |
download | rpm-setup-bd22fd5e8268746317817adb0f8a326bfcea454d.tar rpm-setup-bd22fd5e8268746317817adb0f8a326bfcea454d.tar.gz rpm-setup-bd22fd5e8268746317817adb0f8a326bfcea454d.tar.bz2 rpm-setup-bd22fd5e8268746317817adb0f8a326bfcea454d.tar.xz rpm-setup-bd22fd5e8268746317817adb0f8a326bfcea454d.zip |
push python-gi req for python introspection callings
Diffstat (limited to 'gi-find-deps.sh.in')
-rwxr-xr-x | gi-find-deps.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
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) |