Which package should I use instead of python-gobject on groovy?

Asked by Burgess Chang

I noticed that python-gobject is no longer available on groovy, and I have some packages that depend on it.

How should I complete the replacement?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu pygobject-2 Edit question
Assignee:
No assignee Edit question
Solved by:
Burgess Chang
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1
Revision history for this message
Manfred Hampl (m-hampl) said :
#2

python-gobject depends on Python2 and Python2 is obsolete.

You need updated packages of your software that work with Python3 and do not depend on python-gobject.

Revision history for this message
Burgess Chang (brsvh) said :
#3

Thank you, I understand what I am going to do next. :)