package/python-gobject: depend on python2
authorAdam Duskett <Aduskett@gmail.com>
Sun, 1 Dec 2019 18:39:08 +0000 (10:39 -0800)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 3 Dec 2019 22:49:05 +0000 (23:49 +0100)
commit4a392d1678a0d63652e0a40f7a3aa5e8a249961d
tree405c54b566b1fa662b2ea57f49c74ee5df6a2394
parent49b3a66be6c8eb4a64ebc047b33b24b13fb979c4
package/python-gobject: depend on python2

Version 2.86.6 of python-gobject is quite old and no longer works with
Python versions > 3.7. When importing a user will recieve the following error:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.8/site-packages/gobject/__init__.py", line 26, in
  <module>
  File "/usr/lib/python3.8/site-packages/glib/__init__.py", line 22, in <module>
SystemError: initialization of _glib raised unreported exception

Because new versions of python-gobject require gobject-introspection, which is
not currently available in Buildroot, add a dependency on python2 to prevent
users from receiving the above error.

Fixes: https://bugs.busybox.net/show_bug.cgi?id=12286
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/python-gobject/Config.in