[Buildroot] [PATCH 1/2] package/python-gobject: depend on python2

Peter Korsgaard peter at korsgaard.com
Fri Dec 6 09:01:14 UTC 2019


>>>>> "aduskett" == aduskett  <aduskett at gmail.com> writes:

 > From: Adam Duskett <Aduskett at gmail.com>
 > 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.

 > Signed-off-by: Adam Duskett <Aduskett at gmail.com>

Committed to 2019.11.x, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list