klein: use from upstream, update jmclient version pin

klein 20.6.0 was failing Twisted 21.7.0 tests.
This commit is contained in:
nixbitcoin 2021-12-08 13:23:23 +00:00
parent 048b49edae
commit c9c2104009
No known key found for this signature in database
GPG key ID: B6044ECBA2DAE5D0
3 changed files with 5 additions and 32 deletions

View file

@ -11,6 +11,11 @@ buildPythonPackage rec {
# configparser may need to be compiled with python_version<"3.2"
propagatedBuildInputs = [ future configparser joinmarketbase mnemonic argon2_cffi bencoderpyx pyaes klein pyjwt autobahn cryptography ];
patchPhase = ''
substituteInPlace setup.py \
--replace "'klein==20.6.0'" "'klein==21.8.0'"
'';
meta = with lib; {
description = "Client library for Bitcoin coinjoins";
homepage = "https://github.com/Joinmarket-Org/joinmarket-clientserver";