1
0

plugins: keepkey: rm dependence on external keepkeylib

we will instead bundle our own fork, as a git submodule,
https://github.com/spesmilo/electrum-keepkeylib

related https://github.com/spesmilo/electrum/issues/7922
and https://github.com/keepkey/python-keepkey/issues/146
(i.e. upstream keepkeylib is unmaintained)
This commit is contained in:
SomberNight
2025-03-17 16:25:57 +00:00
parent 457979ce63
commit c8143957a6
8 changed files with 16 additions and 15 deletions

View File

@@ -42,7 +42,6 @@ datas += collect_data_files(f"{PYPKG}.plugins")
datas += collect_data_files('trezorlib') # TODO is this needed? and same question for other hww libs
datas += collect_data_files('safetlib')
datas += collect_data_files('btchip')
datas += collect_data_files('keepkeylib')
datas += collect_data_files('ckcc')
datas += collect_data_files('bitbox02')