diff options
author | Quintin Hill <stuff@quintin.me.uk> | 2023-12-18 21:12:30 +0000 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-01-02 15:26:49 -0800 |
commit | fcb02c264b935cfb620d37c2f7eb98a042dd2e6a (patch) | |
tree | 560094be8afcb05572ff08548523c5eb66e27f27 /lang/python/python-bleak | |
parent | ed41a9d8508639c25cbceb9639ee6a08ee467b93 (diff) |
python3-bleak: add missing python3-typing-extensions dependency
Dependency introduced by https://github.com/hbldh/bleak/commit/21094e67cf5d238b911352ba8c45a33d72f47d80
and
https://github.com/hbldh/bleak/commit/3c1fac9773e13acf52cebfe4e9df5c60bffaf76b
(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>
Diffstat (limited to 'lang/python/python-bleak')
-rw-r--r-- | lang/python/python-bleak/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-bleak/Makefile b/lang/python/python-bleak/Makefile index 44657daf4..32550e284 100644 --- a/lang/python/python-bleak/Makefile +++ b/lang/python/python-bleak/Makefile @@ -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 |