Bug 23295 - deluge needs deps for python-ipaddress
Summary: deluge needs deps for python-ipaddress
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: All Linux
Priority: Normal normal
Target Milestone: ---
Assignee: All Packagers
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-11 20:52 CEST by Marcel Pol
Modified: 2018-07-27 15:20 CEST (History)
3 users (show)

See Also:
Source RPM: deluge-1.3.15-3.mga7.src.rpm
CVE:
Status comment:


Attachments

Description Marcel Pol 2018-07-11 20:52:04 CEST
Description of problem:
Deluge needs deps for python-ipaddress. Without it it fails to start.

Version-Release number of selected component (if applicable):
deluge-1.3.15-3.mga7.src.rpm

How reproducible:
Everytime I run the application without python-ipaddress installed.

Steps to Reproduce:
$ deluge
[ERROR   ] 13:16:25 ui:171 cannot import name certificate_transparency
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/deluge/ui/ui.py", line 152, 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 87, in <module> from deluge.ui.client import client
  File "/usr/lib/python2.7/site-packages/deluge/ui/client.py", line 37,
in <module> from twisted.internet import reactor, ssl, defer
  File "/usr/lib64/python2.7/site-packages/twisted/internet/ssl.py",
line 59, in <module> from OpenSSL import SSL
  File "/usr/lib/python2.7/site-packages/OpenSSL/__init__.py", line 8,
in <module> from OpenSSL import crypto, SSL
  File "/usr/lib/python2.7/site-packages/OpenSSL/crypto.py", line 12,
in <module> from cryptography import x509
  File
"/usr/lib64/python2.7/site-packages/cryptography/x509/__init__.py",
line 7, in <module> from cryptography.x509 import
certificate_transparency ImportError: cannot import name
certificate_transparency 
[ERROR   ] 13:16:25 ui:172 There was an error whilst launching the
request UI: gtk 
[ERROR   ] 13:16:25 ui:173 Look at the traceback above for more
information. 


With the python2-ipaddress package installed it does run fine.
Comment 1 Marja Van Waes 2018-07-12 09:54:50 CEST
Assigning to all packagers collectively, since the registered maintainer for this package is no longer available.

CC: (none) => marja11, python
Assignee: bugsquad => pkg-bugs

Comment 2 David GEIGER 2018-07-13 06:41:17 CEST
Hi,

Should be fixed for Cauldron now with deluge-1.3.15-4.mga7

CC: (none) => geiger.david68210

Comment 3 Marcel Pol 2018-07-27 15:20:55 CEST
Thank you.

Status: NEW => RESOLVED
Resolution: (none) => FIXED


Note You need to log in before you can comment on or make changes to this bug.