aboutsummaryrefslogtreecommitdiffstats
path: root/gi-find-deps.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'gi-find-deps.sh.in')
-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)