Skip to content

Commit 17b303f

Browse files
committed
libgpiod: make Python bindings optional
The python3-light dependency gets lugged even with the package disabled, so this commit makes python3-light a conditional dependency, similar to gensio in 0c245fd. Signed-off-by: Ernestas Kulik <ernestas.k@iconn-networks.com>
1 parent 3a11691 commit 17b303f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/libgpiod/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ define Package/python3-gpiod
9090
SUBMENU:=Python
9191
TITLE:=Python bindings for libgpiod
9292
URL:=https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git
93-
DEPENDS:=+python3-light +libgpiod
93+
DEPENDS:=+PACKAGE_python3-gpiod:python3-light +libgpiod
9494
endef
9595

9696
define Package/python3-gpiod/description

0 commit comments

Comments
 (0)