bindings: python: fix package installation with Makefile build
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 9 Jan 2024 19:09:37 +0000 (20:09 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 9 Jan 2024 19:09:37 +0000 (20:09 +0100)
The modules are installed in the .egg directory, and therefore cannot be
imported after that. Additionally PIP tries to remove the global gpiod
module if it's not invoked with the --ignore-installed option.

Specify correct --root and fix the --prefix switch.

Link: https://github.com/pypa/pip/issues/3063
Suggested-by: Maxim Devaev <mdevaev@gmail.com>
Reported-by: Maxim Devaev <mdevaev@gmail.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/python/Makefile.am

index 804b21436b85e64935258de80f3db084075d4c66..65964c75a1ceafee111a738527952e0e3531eedd 100644 (file)
@@ -36,7 +36,7 @@ all-local: python-tests
 
 install-exec-local:
        $(PYTHON) -m pip install dist/*.whl \
-       --prefix=$(DESTDIR)$(prefix)
+       --ignore-installed --prefix=$(prefix) --root=$(if $(DESTDIR),$(DESTDIR),/)
 
 SUBDIRS = gpiod