fix python packages for nixos 23.05

This commit is contained in:
Erik Arvstedt 2023-07-08 15:33:04 +02:00
parent e31cc686f2
commit bb2e88cec2
No known key found for this signature in database
GPG key ID: 33312B944DD97846
9 changed files with 117 additions and 183 deletions

View file

@ -29,6 +29,6 @@ buildPythonPackage rec {
postUnpack = "sourceRoot=$sourceRoot/contrib/pyln-proto";
postPatch = ''
sed -i 's|cryptography = "^36.0.1"|cryptography = "^38.0.0"|' pyproject.toml
sed -i 's|cryptography = "^36.0.1"|cryptography = "^40.0"|' pyproject.toml
'';
}