From: Bartosz Golaszewski Date: Thu, 2 Mar 2023 14:34:36 +0000 (+0100) Subject: bindings: python: remove unneeded setup.py argument X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7da48116d03b5734818d1ae751f5cf7278dcc372;p=qemu-gpiodev%2Flibgpiod.git 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 --- 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/ \