]> git.cworth.org Git - notmuch/commitdiff
python-cffi: fix out-of-tree build
authorDavid Bremner <david@tethera.net>
Sun, 31 Oct 2021 10:03:54 +0000 (07:03 -0300)
committerDavid Bremner <david@tethera.net>
Sun, 5 Dec 2021 13:08:48 +0000 (09:08 -0400)
The main idea is to replace the hack of copying version.txt into the
bindings source with a generated _notmuch_config.py file.

This will mean that the bindings only build after configuring and
building notmuch itself. Given those constraints, "pip install ."
should work.


No differences found