python3-bleak: add missing python3-typing-extensions dependency
Dependency introduced by21094e67cf
and3c1fac9773
(And only for python versions below 3.12.) Fixes:64fa106
(python3-bleak: bump version to 0.21.1) Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
This commit is contained in:
parent
ed41a9d850
commit
fcb02c264b
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=python-bleak
|
||||
PKG_VERSION:=0.21.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PYPI_NAME:=bleak
|
||||
PKG_HASH:=ec4a1a2772fb315b992cbaa1153070c7e26968a52b0e2727035f443a1af5c18f
|
||||
|
@ -30,7 +30,7 @@ define Package/python3-bleak
|
|||
TITLE:=Bluetooth Low Energy platform Agnostic Klient
|
||||
URL:=https://github.com/hbldh/bleak
|
||||
DEPENDS:=+python3-light +python3-async-timeout +python3-asyncio \
|
||||
+python3-dbus-fast +python3-ctypes +python3-logging
|
||||
+python3-dbus-fast +python3-ctypes +python3-typing-extensions +python3-logging
|
||||
endef
|
||||
|
||||
define Package/python3-bleak/description
|
||||
|
|
Loading…
Reference in a new issue