[gnome-music/wip/mschraal/assorted-cleanups: 9/10] grlsearchwrapper: Version Gfm import



commit f7bf41a9de9dceb950aaf62ac272663435fcb7f9
Author: Marinus Schraal <mschraal gnome org>
Date:   Thu Mar 26 13:26:52 2020 +0100

    grlsearchwrapper: Version Gfm import
    
    Fixes a PyGI warning.

 gnomemusic/grilowrappers/grlsearchwrapper.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnomemusic/grilowrappers/grlsearchwrapper.py b/gnomemusic/grilowrappers/grlsearchwrapper.py
index b2a1c2b6..f998772e 100644
--- a/gnomemusic/grilowrappers/grlsearchwrapper.py
+++ b/gnomemusic/grilowrappers/grlsearchwrapper.py
@@ -23,7 +23,7 @@
 # delete this exception statement from your version.
 
 import gi
-gi.require_versions({"Grl": "0.3"})
+gi.require_versions({"Gfm": "0.1", "Grl": "0.3"})
 from gi.repository import Gfm, Gio, Grl, GObject
 
 from gnomemusic.coresong import CoreSong


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