aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFunda Wang <fwang@mageia.org>2011-08-06 14:58:22 +0000
committerFunda Wang <fwang@mageia.org>2011-08-06 14:58:22 +0000
commitbd22fd5e8268746317817adb0f8a326bfcea454d (patch)
tree9e655829f53e31bc64eeee4ce5620ebba6c1aa5a
parentcb443900ba9aa12c691441c23e0f858c3c3e694f (diff)
downloadrpm-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
-rwxr-xr-xgi-find-deps.sh.in1
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)