FS#59638 - [python-pynacl] Missing python-cffi dependency

Attached to Project: Community Packages
Opened by Szymon Mikulicz (Ashymad) - Monday, 13 August 2018, 11:52 GMT
Last edited by Johannes Löthberg (demize) - Friday, 17 August 2018, 17:17 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Johannes Löthberg (demize)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

python-cffi is required at runtime by python-pynacl, but it is not in the depends array.
This task depends upon

Closed by  Johannes Löthberg (demize)
Friday, 17 August 2018, 17:17 GMT
Reason for closing:  Fixed
Additional comments about closing:  1.2.1-3
Comment by Doug Newgard (Scimmia) - Friday, 17 August 2018, 16:21 GMT
Actual error?

Edit: it's in requires.txt, so I guess it doesn't actually matter. In the future, tickets should include the errors in question so I don't have to go looking.
Comment by Szymon Mikulicz (Ashymad) - Friday, 17 August 2018, 16:49 GMT
Ok. For reference the actual error is:
>>> from nacl.utils import Box
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.7/site-packages/nacl/utils.py", line 19, in <module>
import nacl.bindings
File "/usr/lib/python3.7/site-packages/nacl/bindings/__init__.py", line 17, in <module>
from nacl.bindings.crypto_box import (
File "/usr/lib/python3.7/site-packages/nacl/bindings/crypto_box.py", line 18, in <module>
from nacl._sodium import ffi, lib
ModuleNotFoundError: No module named '_cffi_backend'

Loading...