mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 10:24:31 +04:00
python-libmodbus: fix dependencies
python3-libmodbus should depend on python3-variants. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -3,7 +3,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
|||||||
|
|
||||||
PKG_NAME:=python-libmodbus
|
PKG_NAME:=python-libmodbus
|
||||||
PKG_VERSION:=0.0.2
|
PKG_VERSION:=0.0.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||||
@@ -36,8 +36,8 @@ define Package/python3-libmodbus
|
|||||||
$(call Package/python-libmodbus/Default)
|
$(call Package/python-libmodbus/Default)
|
||||||
TITLE:=pylibmodbus
|
TITLE:=pylibmodbus
|
||||||
DEPENDS:=+libmodbus \
|
DEPENDS:=+libmodbus \
|
||||||
+PACKAGE_python3-libmodbus:python-light \
|
+PACKAGE_python3-libmodbus:python3-light \
|
||||||
+PACKAGE_python3-libmodbus:python-ctypes
|
+PACKAGE_python3-libmodbus:python3-ctypes
|
||||||
VARIANT:=python3
|
VARIANT:=python3
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user