diff options
author | Franz Geffke <franz@pantherx.org> | 2023-11-30 14:50:45 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2023-11-30 14:50:45 +0000 |
commit | 0fe74014141bbbeb036e4613fc1b17ebbf4f1f82 (patch) | |
tree | efa5a2d1f335ffb607207422f387beb03c4ce0fd /px | |
parent | 6c9efb205c3f8159800a4c37a64b15f3bfa4412c (diff) |
electrum-cc: add python-pyaes for coldcard
Diffstat (limited to 'px')
-rw-r--r-- | px/packages/finance.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/px/packages/finance.scm b/px/packages/finance.scm index 4ec837f..3b09e72 100644 --- a/px/packages/finance.scm +++ b/px/packages/finance.scm @@ -38,4 +38,5 @@ python-qrcode zbar python-ckcc-protocol - python-cbor))))
\ No newline at end of file + python-cbor + python-pyaes))))
\ No newline at end of file |