FS#43031 - [deluge] Missing dependency: python2-mako

Attached to Project: Arch Linux
Opened by Andrey Korobkov (a.korobkov) - Sunday, 07 December 2014, 10:04 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 07 December 2014, 15:41 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: this needed for deluge-web


Additional info:
* package version(s):

1.3.11-1

Steps to reproduce:

# deluge-web
/usr/lib/python2.7/site-packages/twisted/internet/_sslverify.py:184: UserWarning: You do not have the service_identity module installed. Please install it from <https://pypi.python.org/pypi/service_identity>. Without the service_identity module and a recent enough pyOpenSSL tosupport it, Twisted can perform only rudimentary TLS client hostnameverification. Many valid certificate/hostname mappings may be rejected.
verifyHostname, VerificationError = _selectVerifyImplementation()
Traceback (most recent call last):
File "/usr/bin/deluge-web", line 9, in <module>
load_entry_point('deluge==1.3.11', 'console_scripts', 'deluge-web')()
File "/usr/lib/python2.7/site-packages/deluge/ui/web/web.py", line 138, in start
web.start()
File "/usr/lib/python2.7/site-packages/deluge/ui/web/web.py", line 107, in start
import server
File "/usr/lib/python2.7/site-packages/deluge/ui/web/server.py", line 59, in <module>
from deluge.ui.web.auth import Auth
File "/usr/lib/python2.7/site-packages/deluge/ui/web/auth.py", line 61, in <module>
from deluge.ui.web.json_api import JSONComponent, export
File "/usr/lib/python2.7/site-packages/deluge/ui/web/json_api.py", line 60, in <module>
from deluge.ui.web.common import _, compress
File "/usr/lib/python2.7/site-packages/deluge/ui/web/common.py", line 38, in <module>
from mako.template import Template as MakoTemplate
ImportError: No module named mako.template
This task depends upon

Closed by  Doug Newgard (Scimmia)
Sunday, 07 December 2014, 15:41 GMT
Reason for closing:  Not a bug
Additional comments about closing:  From https://www.archlinux.org/packages/extra /any/deluge/:
python2-mako (optional) - needed for web ui
Comment by Allan McRae (Allan) - Sunday, 07 December 2014, 10:12 GMT
Look at the output of "pacman -Si deluge"

Loading...