From: David Bremner Date: Sun, 31 Oct 2021 10:03:54 +0000 (-0300) Subject: python-cffi: fix out-of-tree build X-Git-Tag: 0.35_rc0~73 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=f17d75b83c90ae4ea75f79377f3acb873b9e564e;hp=f17d75b83c90ae4ea75f79377f3acb873b9e564e;p=notmuch python-cffi: fix out-of-tree build 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. ---