From b8c99d690371f26d04467ea8620a869a96a0faaf Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Wed, 5 Feb 2020 22:04:55 +0200 Subject: [PATCH] python-libmodbus: fix dependencies python3-libmodbus should depend on python3-variants. Signed-off-by: Daniel Golle --- lang/python/python-libmodbus/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-libmodbus/Makefile b/lang/python/python-libmodbus/Makefile index c503b76eb..e73ff87ff 100644 --- a/lang/python/python-libmodbus/Makefile +++ b/lang/python/python-libmodbus/Makefile @@ -3,7 +3,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=python-libmodbus PKG_VERSION:=0.0.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=BSD-3-Clause PKG_MAINTAINER:=Daniel Golle @@ -36,8 +36,8 @@ define Package/python3-libmodbus $(call Package/python-libmodbus/Default) TITLE:=pylibmodbus DEPENDS:=+libmodbus \ - +PACKAGE_python3-libmodbus:python-light \ - +PACKAGE_python3-libmodbus:python-ctypes + +PACKAGE_python3-libmodbus:python3-light \ + +PACKAGE_python3-libmodbus:python3-ctypes VARIANT:=python3 endef