From 8b99eb43f210194fe7f34b6d9a57b287b26fb771 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Mon, 13 Feb 2023 18:10:32 +0100 Subject: [PATCH] bindings: python: don't pass GPIOD_WITH_TESTS to 'setup.py install' The GPIOD_WITH_TESTS environment variable is not used by setup.py install command. Drop it. Signed-off-by: Bartosz Golaszewski --- bindings/python/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index 75ce53b..18b00a5 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -17,7 +17,6 @@ all-local: --library-dirs=$(top_builddir)/lib/.libs/:$(top_srcdir)/tests/gpiosim/.libs/ install-exec-local: - GPIOD_WITH_TESTS= \ $(PYTHON) $(srcdir)/setup.py install --prefix=$(DESTDIR)$(prefix) SUBDIRS = gpiod -- 2.30.2