Bug 23295

Summary: deluge needs deps for python-ipaddress
Product: Mageia Reporter: Marcel Pol <marcel>
Component: RPM PackagesAssignee: All Packagers <pkg-bugs>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: Normal CC: geiger.david68210, marja11, python
Version: Cauldron   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Source RPM: deluge-1.3.15-3.mga7.src.rpm CVE:
Status comment:

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