From 2ede434e6724efda5585cd05ce1bfaf68c5d865d Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 20 Nov 2024 14:56:34 +0100 Subject: [PATCH] bindings: python: build: update makefile after renaming of internal.py The module is now called _internal.py so update the Makefile. Without this, we're no longer able to generate the distro tarball. Fixes: b306ce694ab1 ("bindings: python: make internal a private submodule") Signed-off-by: Bartosz Golaszewski --- bindings/python/gpiod/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/gpiod/Makefile.am b/bindings/python/gpiod/Makefile.am index daf7bae..d6be9dc 100644 --- a/bindings/python/gpiod/Makefile.am +++ b/bindings/python/gpiod/Makefile.am @@ -10,7 +10,7 @@ EXTRA_DIST = \ exception.py \ info_event.py \ __init__.py \ - internal.py \ + _internal.py \ line_info.py \ line.py \ line_request.py \ -- 2.30.2