|
|
|
|
@ -107,7 +107,7 @@ python3 -m pip install -Ir ./contrib/deterministic-build/requirements-hw.txt --u
|
|
|
|
|
fail "Could not install hardware wallet requirements" |
|
|
|
|
|
|
|
|
|
info "Building $PACKAGE..." |
|
|
|
|
python3 setup.py install --user > /dev/null || fail "Could not build $PACKAGE" |
|
|
|
|
python3 -m pip install --user . > /dev/null || fail "Could not build $PACKAGE" |
|
|
|
|
|
|
|
|
|
info "Faking timestamps..." |
|
|
|
|
for d in ~/Library/Python/ ~/.pyenv .; do |
|
|
|
|
|