GNOME Bugzilla – Bug 661487
use pygobject version 3x
Last modified: 2011-10-21 20:17:22 UTC
Is there any particular reason not to use pygobject 3? It seems that most other modules doing introspection are depending on pygobject 3.x instead of the old py-gobject 2.x series. Attached diff adjusts the configure script for goocanvas accordingly.
Created attachment 198808 [details] [review] Adjust pygobject dependency
This sounds good to me. And it will probably avoid problems caused by trying to use both parallel-installable versions in one app, often indirectly.
Actually the version of pygobject goocanvas would need to depend on would be 2.90.4. This is the version many projects are switching to as their GI providing library it seems. I'll adjust the version before pushing, allright?
(In reply to comment #3) > Actually the version of pygobject goocanvas would need to depend on would be > 2.90.4. This is the version many projects are switching to as their GI > providing library it seems. I'll adjust the version before pushing, allright? Makes sense. Ack.
Thank you; committed as 88164ce28d4aea3da4357bf48a60dbf4219843b0.