From 7da48116d03b5734818d1ae751f5cf7278dcc372 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 2 Mar 2023 15:34:36 +0100 Subject: [PATCH] bindings: python: remove unneeded setup.py argument GPIOD_VERSION_STRING environment variable is no longer used by setup.py. It's been replaced by reading the version from the variable defined in version.py. 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 18b00a5..7fed629 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -10,7 +10,6 @@ BUILD_TESTS = 1 endif all-local: - GPIOD_VERSION_STRING=$(VERSION_STR) \ GPIOD_WITH_TESTS=$(BUILD_TESTS) \ $(PYTHON) $(srcdir)/setup.py build_ext --inplace \ --include-dirs=$(top_srcdir)/include/:$(top_srcdir)/tests/gpiosim/ \ -- 2.30.2