Control: reassign -1 python-cryptography
Control: found -1 1.3.1-1
Control: retitle -1 cryptography.hazmat.backends.default_backend: 'EntryPoint' 
object has no attribute 'resolve'

Actually this seems to be an issue in python-cryptography. I can
reproduce with this very short test case:

$ python
Python 2.7.11+ (default, Mar 30 2016, 21:00:42)
[GCC 5.3.1 20160323] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from cryptography.hazmat.backends import default_backend
>>> default_backend()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File 
"/usr/lib/python2.7/dist-packages/cryptography/hazmat/backends/__init__.py", 
line 35, in default_backend
    _default_backend = MultiBackend(_available_backends())
  File 
"/usr/lib/python2.7/dist-packages/cryptography/hazmat/backends/__init__.py", 
line 22, in _available_backends
    "cryptography.backends"
AttributeError: 'EntryPoint' object has no attribute 'resolve'
>>> 

-- 
Antonio Terceiro <terce...@debian.org>

Attachment: signature.asc
Description: PGP signature

Reply via email to