From: Bartosz Golaszewski Date: Wed, 20 Nov 2024 13:56:34 +0000 (+0100) Subject: bindings: python: build: update makefile after renaming of internal.py X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2ede434e6724efda5585cd05ce1bfaf68c5d865d;p=qemu-gpiodev%2Flibgpiod.git 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 --- 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 \