FS#67484 - notmuch should (optionally?) depend on python-cffi

Attached to Project: Arch Linux
Opened by Franz Trischberger (fft2000) - Tuesday, 04 August 2020, 14:34 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 04 August 2020, 16:04 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

notmuch-0.30 got new python bindings based on cffi.
As of now they don't work in archlinux:

>>> import notmuch2
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.8/site-packages/notmuch2/__init__.py", line 45, in <module>
from notmuch2 import _capi
ModuleNotFoundError: No module named '_cffi_backend'

After installing python-cffi the import works:
>>> import notmuch2
>>>

notmuch should depend on python-cffi.
Probably it's enough to make it optional in case the user really wants to use the new bindings.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Tuesday, 04 August 2020, 16:04 GMT
Reason for closing:  Not a bug
Additional comments about closing:  It already is

Loading...