pyln-proto: relax pycparser constraint

This is a bit hostile to different nixpkgs versions

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin 2022-02-26 10:08:14 -08:00
parent 2d6c4e829e
commit ee4cdb0586
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ buildPythonPackage rec {
postUnpack = "sourceRoot=$sourceRoot/contrib/pyln-proto";
postPatch = ''
sed -i '
s|pycparser==2.20|pycparser~=2.20|
s|coincurve ~= 13.0|coincurve == 15.0.0|
s|base58 ~= 2.0.1|base58 == 2.1.0|
s|mypy==0.790|mypy == 0.812|