Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 480316

Summary: dev-python/twisted-core-13.0.0[gtk] doesn't work with gtk3
Product: Gentoo Linux Reporter: Jan Matějka (RETIRED) <yac>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED WONTFIX    
Severity: normal CC: mgorny
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jan Matějka (RETIRED) gentoo-dev 2013-08-09 05:02:50 UTC
The example snippet::

    from twisted.internet import gtk3reactor
    gtk3reactor.install()

    from twisted.internet import reactor

Doesn't work with dev-python/twisted-core-13.0.0[gtk] due to missing gi.repository package.

1. I don't know where to get the missing package (maybe pygobject:3, I haven't tried)

2. maybe it should rather have gtk2 and gtk3 use flags.

Reproducible: Always
Comment 1 Rafał Mużyło 2013-08-09 13:26:02 UTC
gi.repository (in gtk3 context) usually stands (more or less) for x11-libs/gtk+[introspection]:3 (and pygobject:3, obviously).
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-04-21 19:34:47 UTC
FWICS the current Twisted package (dev-python/twisted) doesn't have GTK+ flags at all.