New comment by kruceter on void-packages repository https://github.com/void-linux/void-packages/issues/38229#issuecomment-1304527842 Comment: # libglade > Libglade is no longer maintained, as its functionality has been folded into GTK in the form of the [GtkBuilder class](https://developer.gnome.org/gtk3/stable/GtkBuilder.html). \- https://download.gnome.org/sources/libglade/ libglade does indeed use python 2. `configure` outputs the following: ``` checking for a Python interpreter with version >= 2.0... python checking for python... /usr/bin/python checking for python version... 2.7 ``` `libglade-convert.in`'s first lines have the following: ``` #!@PYTHON@ # -*- mode: python -*- # yes, this requires python 2.x and an XML parser module (eg. PyExpat) ``` I suspect that python 2 is used only for libglade-convert and nothing else. ## Reverse dependencies ### libglade - [ ] dropbox (does not use it) - #40342 ### libglade-devel - [ ] dropbox (does not use it) - #40342 - [ ] libglademm (no reverse dependencies, safe to remove) - [ ] obconf - [ ] gfm - [ ] pygtk (also has a lot of revdeps) - [ ] ogmrip (upstream states that it *can* be used without gui) - [ ] darktable ([upstream](https://github.com/darktable-org/darktable/blob/release-4.1.0/README.md) does not mention glade at all). - [ ] gtk-sharp - [ ] gtk-sharp2 - [ ] lingot (does not use it) - #40339