python3Packages.block-io: fix build

This commit is contained in:
Jonathan Ringer 2020-11-29 10:18:37 -08:00 committed by Frederik Rietdijk
parent d3fc640a74
commit 14f990687d

View file

@ -20,7 +20,7 @@ buildPythonPackage rec {
preConfigure = ''
substituteInPlace setup.py \
--replace "ecdsa==0.13" "ecdsa>=0.13" \
--replace "ecdsa==0.15" "ecdsa>=0.15" \
--replace "base58==1.0.3" "base58>=1.0.3"
'';