Re: [PATCH] bindings/python-cffi: copy version file into bindings dir

2020-07-03 Thread David Bremner
David Bremner writes: > Attempt to avoid breaking "pip install ." > > As far as I can tell, we need to have a copy (not just a relative > symlink) of the version file. Applied, as part of 0.30~rc3. Let me know if this is still broken for pip users. I tried "pip install .", but that's all I know.

[PATCH] bindings/python-cffi: copy version file into bindings dir

2020-06-30 Thread David Bremner
Attempt to avoid breaking "pip install ." As far as I can tell, we need to have a copy (not just a relative symlink) of the version file. --- Makefile.local| 1 + bindings/python-cffi/setup.py | 8 +--- bindings/python-cffi/version | 1 + 3 files changed, 3 insertions(+), 7 d