diff options
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") |