clightning: fix Python packages

Patching `pyln-proto` to use cryptography 38 lets
us avoid adding many older Python pkg versions.

The backwards incompatible changes from cryptography 36 to 38
only include the removal of deprecated fns that pyln-proto
doesn't use.
See string "BACKWARDS INCOMPATIBLE" in
https://cryptography.io/en/latest/changelog/
This commit is contained in:
Erik Arvstedt 2022-12-18 19:40:19 +01:00
parent d1ef2a6e1e
commit e4b8e14d3a
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 5 additions and 1 deletions

View file

@ -31,7 +31,7 @@ let
description = "Lightning node exporter for the prometheus timeseries server";
extraPkgs = [ prometheus_client ];
patchRequirements =
"--replace prometheus-client==0.6.0 prometheus-client==0.13.1"
"--replace prometheus-client==0.6.0 prometheus-client==0.15.0"
+ " --replace pyln-client~=0.9.3 pyln-client~=22.11rc1";
};
rebalance = {