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:
parent
2d6c4e829e
commit
ee4cdb0586
@ -29,6 +29,7 @@ buildPythonPackage rec {
|
|||||||
postUnpack = "sourceRoot=$sourceRoot/contrib/pyln-proto";
|
postUnpack = "sourceRoot=$sourceRoot/contrib/pyln-proto";
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
sed -i '
|
sed -i '
|
||||||
|
s|pycparser==2.20|pycparser~=2.20|
|
||||||
s|coincurve ~= 13.0|coincurve == 15.0.0|
|
s|coincurve ~= 13.0|coincurve == 15.0.0|
|
||||||
s|base58 ~= 2.0.1|base58 == 2.1.0|
|
s|base58 ~= 2.0.1|base58 == 2.1.0|
|
||||||
s|mypy==0.790|mypy == 0.812|
|
s|mypy==0.790|mypy == 0.812|
|
||||||
|
Loading…
Reference in New Issue
Block a user