1
0
Files
electrum/contrib/deterministic-build
SomberNight 2732a82535 build: update pinned pyqt5 (partial rerun freeze_packages)
User at https://bitcointalk.org/index.php?topic=5450976.0 reported getting
a segfault on macos using qt gui, after entering password to open wallet.
Shot in the dark, but let's try updating Qt.
2023-05-04 01:20:00 +00:00
..
2023-04-27 11:08:05 +00:00

Notes

The frozen dependency lists in this folder are generated files.

  • Starting from contrib/requirements/requirements*.txt,
  • we use the contrib/freeze_packages.sh script,
  • to generate contrib/deterministic-build/requirements*.txt.

The source files list direct dependencies with loose version requirements, while the output files list all transitive dependencies with exact version+hash pins.

The build scripts only use these hash pinned requirement files.