Bug#882011: same thing for python-enum34

2017-11-18 Thread Riccardo Stagni
Uops, sorry, I have just seen you already retitled/fixed the bug...

I'm sorry for the noise.

Riccardo



Bug#882011: same thing for python-enum34

2017-11-18 Thread Riccardo Stagni
Control: retitle -1 python-cryptography: no longer depends on cffi-backend and 
enum, programs fail to start

The same is happening with obnam and python-enum34:

riccio@hactar:~$ obnam generations
Traceback (most recent call last):
  File "/usr/bin/obnam", line 18, in 
import obnamlib
  File "/usr/lib/python2.7/dist-packages/obnamlib/__init__.py", line 91, in 

from .app import App, ObnamIOError, ObnamSystemError
  File "/usr/lib/python2.7/dist-packages/obnamlib/app.py", line 25, in 
import paramiko
  File "/usr/lib/python2.7/dist-packages/paramiko/__init__.py", line 30, in 

from paramiko.transport import SecurityOptions, Transport
  File "/usr/lib/python2.7/dist-packages/paramiko/transport.py", line 33, in 

from cryptography.hazmat.primitives.ciphers import algorithms, Cipher, modes
  File 
"/usr/lib/python2.7/dist-packages/cryptography/hazmat/primitives/ciphers/__init__.py",
 line 7, in 
from cryptography.hazmat.primitives.ciphers.base import (
  File 
"/usr/lib/python2.7/dist-packages/cryptography/hazmat/primitives/ciphers/base.py",
 line 12, in 
from cryptography.exceptions import (
  File "/usr/lib/python2.7/dist-packages/cryptography/exceptions.py", line 7, 
in 
from enum import Enum
ImportError: No module named enum

Thanks,
Riccardo