diff options
author | Franz Geffke <franz@pantherx.org> | 2024-02-26 20:13:41 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2024-02-26 20:13:41 +0000 |
commit | 53174f89fd99e36548b1fd996d68b0b0cb8b755b (patch) | |
tree | 6a2e161ac2fabaa5b2379aa556a0df416f6f09b0 /px/packages/python-xyz.scm | |
parent | 213cdb96310598b042f37aeb93ddfdc603c7e421 (diff) |
python-bleak: add python-typing-extensions
Diffstat (limited to 'px/packages/python-xyz.scm')
-rw-r--r-- | px/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm index b97fb96..fa78c30 100644 --- a/px/packages/python-xyz.scm +++ b/px/packages/python-xyz.scm @@ -948,7 +948,8 @@ communicating with your Coldcard over USB") (delete 'sanity-check)))) (native-inputs (list pkg-config python-poetry-core)) (propagated-inputs (list python-async-timeout - python-dbus-fast)) + python-dbus-fast + python-typing-extensions)) (home-page "https://github.com/hbldh/bleak") (synopsis "Bluetooth Low Energy platform Agnostic Klient") (description "Bluetooth Low Energy platform Agnostic Klient") |