Page MenuHomePhabricator

[electrum] build: use pyca/cryptography release version
ClosedPublic

Authored by PiRK on Wed, Mar 12, 19:49.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCe5f570af9696: [electrum] build: use pyca/cryptography release version
Summary

We previously switched the cryptography dependency to the development
branch to get reproducible builds using https://github.com/pyca/cryptography/pull/10627

This change has now been put into the 43.0.0 release so we switch to 43.0.1

This makes the AppImage build faster and more reliable (the pip install via github for this package often times-out)

This is a backport of electroncash#2902

Test Plan

contrib/build-linux/appimage/build.sh

Diff Detail

Repository
rABC Bitcoin ABC
Branch
revert_cryptography_workaround
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 32692
Build 64872: Build Diffelectrum-tests
Build 64871: arc lint + arc unit