From: Quintin Hill Date: Sat, 12 Aug 2023 21:12:20 +0000 (+0100) Subject: python3-aio-mqtt-mod: update to 0.3.4 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6eba93c3163df955edeb904d15bcc4afbb16fbe5;p=feed%2Fpackages.git python3-aio-mqtt-mod: update to 0.3.4 python3-openssl is now optional. Signed-off-by: Quintin Hill --- diff --git a/lang/python/python-aio-mqtt-mod/Makefile b/lang/python/python-aio-mqtt-mod/Makefile index b5afab5cc4..ae553fc44b 100644 --- a/lang/python/python-aio-mqtt-mod/Makefile +++ b/lang/python/python-aio-mqtt-mod/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-aio-mqtt-mod -PKG_VERSION:=0.3.3 +PKG_VERSION:=0.3.4 PKG_RELEASE:=1 PYPI_NAME:=aio-mqtt-mod -PKG_HASH:=2271f8a2fd6c6aea914896dc3d4dd6e384cd0da405b06dcfa566bd01f968bf9d +PKG_HASH:=340184b35771b7eb7982072fcca313213d856638dd7f98b99bda3ab16ba23552 PKG_MAINTAINER:=Quintin Hill PKG_LICENSE:=Apache-2.0 @@ -27,7 +27,7 @@ define Package/python3-aio-mqtt-mod SUBMENU:=Python TITLE:=Asynchronous MQTT client URL:=https://github.com/devbis/aio-mqtt - DEPENDS:=+python3-light +python3-asyncio +python3-openssl + DEPENDS:=+python3-light +python3-asyncio endef define Package/python3-aio-mqtt-mod/description