python-libmodbus: fix dependencies
authorDaniel Golle <redacted>
Wed, 5 Feb 2020 20:04:55 +0000 (22:04 +0200)
committerDaniel Golle <redacted>
Wed, 5 Feb 2020 20:13:09 +0000 (22:13 +0200)
python3-libmodbus should depend on python3-variants.

Signed-off-by: Daniel Golle <redacted>
lang/python/python-libmodbus/Makefile

index c503b76eb64dd49c02f285cb0f13b01dc18d92e0..e73ff87ff077d724d645b6a8f90e499098909c56 100644 (file)
@@ -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 <daniel@makrotopia.org>
@@ -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
 
git clone https://git.99rst.org/PROJECT