FS#35108 - [deluge] package missing dependencies

Attached to Project: Arch Linux
Opened by Claudio Pereira (SirOfNothing) - Sunday, 05 May 2013, 23:38 GMT
Last edited by Jan Alexander Steffens (heftig) - Monday, 06 May 2013, 00:00 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan Alexander Steffens (heftig)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Package 'deluge' in extra repo is missing dependencies.

When executed in a freash install it outputs the following:
[user@host ~]$ deluge
[ERROR ] 00:24:22 ui:168 No module named gobject
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/ui/ui.py", line 149, in __init__
from deluge.ui.gtkui.gtkui import GtkUI
File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/__init__.py", line 1, in <module>
from gtkui import start
File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/gtkui.py", line 37, in <module>
import gobject
ImportError: No module named gobject
[ERROR ] 00:24:22 ui:169 There was an error whilst launching the request UI: gtk
[ERROR ] 00:24:22 ui:170 Look at the traceback above for more information.

How to correct:
Issuing pacman -S python-gobject2 seems to solve.
If confirmed then python-gobject2 should be added to deluge's dependencies.
This task depends upon

Closed by  Jan Alexander Steffens (heftig)
Monday, 06 May 2013, 00:00 GMT
Reason for closing:  Not a bug
Additional comments about closing:  pygtk from optdepends is needed.

Loading...