python3-aio-mqtt-mod: update to 0.3.4
python3-openssl is now optional. Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
This commit is contained in:
parent
eb2fe11957
commit
8810da08f2
1 changed files with 3 additions and 3 deletions
|
@ -7,11 +7,11 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=python-aio-mqtt-mod
|
PKG_NAME:=python-aio-mqtt-mod
|
||||||
PKG_VERSION:=0.3.3
|
PKG_VERSION:=0.3.4
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PYPI_NAME:=aio-mqtt-mod
|
PYPI_NAME:=aio-mqtt-mod
|
||||||
PKG_HASH:=2271f8a2fd6c6aea914896dc3d4dd6e384cd0da405b06dcfa566bd01f968bf9d
|
PKG_HASH:=340184b35771b7eb7982072fcca313213d856638dd7f98b99bda3ab16ba23552
|
||||||
|
|
||||||
PKG_MAINTAINER:=Quintin Hill <stuff@quintin.me.uk>
|
PKG_MAINTAINER:=Quintin Hill <stuff@quintin.me.uk>
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
|
@ -27,7 +27,7 @@ define Package/python3-aio-mqtt-mod
|
||||||
SUBMENU:=Python
|
SUBMENU:=Python
|
||||||
TITLE:=Asynchronous MQTT client
|
TITLE:=Asynchronous MQTT client
|
||||||
URL:=https://github.com/devbis/aio-mqtt
|
URL:=https://github.com/devbis/aio-mqtt
|
||||||
DEPENDS:=+python3-light +python3-asyncio +python3-openssl
|
DEPENDS:=+python3-light +python3-asyncio
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-aio-mqtt-mod/description
|
define Package/python3-aio-mqtt-mod/description
|
||||||
|
|
Loading…
Reference in a new issue