[jhbuild] Fix python gobject library name



commit af1154122159bfec345c40b7a845b413d2d9d6ca
Author: Jonh Wendell <jonh wendell redhat com>
Date:   Wed Apr 26 15:05:13 2017 -0300

    Fix python gobject library name
    
    s/pygtk/python-gobject/

 jhbuild/commands/sanitycheck.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/commands/sanitycheck.py b/jhbuild/commands/sanitycheck.py
index 2f5755d..7d4b8e3 100644
--- a/jhbuild/commands/sanitycheck.py
+++ b/jhbuild/commands/sanitycheck.py
@@ -147,7 +147,7 @@ class cmd_sanitycheck(Command):
         try:
             import glib
         except:
-            uprint(_('%s not found') % 'pygtk')
+            uprint(_('%s not found') % 'python-gobject')
         try:
             import dbus.glib
         except:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]