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 - [x] dropbox (does not use it) - #40342 - [x] libglademm (no reverse dependencies, safe to remove) - #40344 - [ ] obconf - [ ] gfm - [ ] pygtk (also has a lot of revdeps) - [ ] ogmrip (does not use it) - #40376 - [x] darktable ([upstream](https://github.com/darktable-org/darktable/blob/release-4.1.0/README.md) does not mention glade at all) - #40360 - [x] gtk-sharp (does not use it) - #40345 - [ ] gtk-sharp2 - [x] lingot (does not use it) - #40339