On Fri, 30 Jun 2017 at 04:45 Adrian Bunk <b...@debian.org> wrote: > File "/usr/lib/python3/dist-packages/cffi/api.py", line 56, in __init__ > import _cffi_backend as backend > ModuleNotFoundError: No module named '_cffi_backend' >
The cause of this error is that Python 3.6 was just added to supported, but python-cffi has not yet been rebuilt for Python 3.6, and thus python3-cffi-backend does not contain a Python 3.6 module. python-cryptography was stuck in BD-Uninstallable until now due to asn1crypto being in NEW, so I guess this is a case of unfortunate timing. Should this bug be reassigned to python-cffi?