Skip to content

Commit 0725a2c

Browse files
committed
bin/meld: Remove support for outdated pygobject
We probably haven't actually supported the documented release for a while, so just bump the requirement to match current GTK+.
1 parent e00f400 commit 0725a2c

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Requirements
1919
* Python 2.7
2020
* GTK+ 3.14
2121
* GLib 2.36
22-
* PyGObject 3.8
22+
* PyGObject 3.14
2323
* GtkSourceView 3.14
2424

2525

bin/meld

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,14 +175,11 @@ def check_requirements():
175175

176176

177177
def setup_resources():
178-
from gi.repository import GObject
179178
from gi.repository import GLib
180179
from gi.repository import Gtk
181180
from gi.repository import Gdk
182181
from gi.repository import GtkSource
183182

184-
if GObject.pygobject_version <= (3, 11):
185-
GObject.threads_init()
186183
icon_dir = os.path.join(meld.conf.DATADIR, "icons")
187184
Gtk.IconTheme.get_default().append_search_path(icon_dir)
188185

0 commit comments

Comments
 (0)