python3-aio-mqtt-mod: update to 0.3.4
authorQuintin Hill <stuff@quintin.me.uk>
Sat, 12 Aug 2023 21:12:20 +0000 (22:12 +0100)
committerQuintin Hill <stuff@quintin.me.uk>
Sat, 12 Aug 2023 21:15:08 +0000 (22:15 +0100)
python3-openssl is now optional.

Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
lang/python/python-aio-mqtt-mod/Makefile

index b5afab5cc4ef0c8826bcca5028423474fce7d9cd..ae553fc44b82fc564fcd4a2e9066203662f19c0c 100644 (file)
@@ -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 <stuff@quintin.me.uk>
 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