python310Packages.bitcoin-utils-fork-minimal: fix build
This commit is contained in:
parent
1034788cf2
commit
715011659f
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||
substituteInPlace setup.py \
|
||||
--replace "sympy==1.3" "sympy>=1.3" \
|
||||
--replace "base58==2.1.0" "base58>=2.1.0" \
|
||||
--replace "ecdsa==0.13.3" "ecdsa>=0.13.3"
|
||||
--replace "ecdsa==0.17.0" "ecdsa>=0.17.0"
|
||||
'';
|
||||
|
||||
# Project doesn't ship tests
|
||||
|
Loading…
Reference in New Issue
Block a user