Control: reassign -1 python3-btchip 0.1.31-1
Control: retitle -1 Miss python3-ecdsa in Depends

On Wed, Mar 10, 2021 at 1:44 AM Shengjing Zhu <z...@debian.org> wrote:
>
> Hi,
>
> On Sat, Jan 30, 2021 at 12:16:36PM +0200, Vincas Dargis wrote:
> > Latest electrum version failds to find Ledger wallet, Install Wizard
> > shows this:
> >
> > ```
> >  ledger: (error getting device infos)
> >     Library version for 'ledger' is incompatible.
> >     Installed: 0.1.31, Needed: 0.1.30 <= x < inf
> >     Make sure you install it with python3
> > ```
> >
>
> How can I reproduce this? TBH, I never use the ledger plugin, and I
> don't known how to use this.

I read the issue on https://github.com/spesmilo/electrum/issues/6928,
It seems it's python3-btchip that misses python3-ecdsa in Depends.

$ rg ecdsa
usr/lib/python3/dist-packages/btchip/btchipKeyRecovery.py
3:import ecdsa
4:from ecdsa.curves import SECP256k1
5:from ecdsa.ellipticcurve import Point
6:from ecdsa.util import string_to_number, number_to_string
8:class MyVerifyingKey(ecdsa.VerifyingKey):
12:        from ecdsa import util, numbertheory

usr/lib/python3/dist-packages/btchip_python-0.1.31.egg-info/requires.txt
3:ecdsa>=0.9

-- 
Shengjing Zhu

Reply via email to