pyln-client: remove pkg patch that has become unnecessary

This commit is contained in:
Jonas Nick 2022-09-06 11:45:39 +00:00
parent c165836fd1
commit 5255c7e8bc
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 0 additions and 7 deletions

View File

@ -17,11 +17,4 @@ buildPythonPackage rec {
checkInputs = [ pytestCheckHook ];
postUnpack = "sourceRoot=$sourceRoot/contrib/${pname}";
# Fix version typo in pyproject.toml
# TODO-EXTERNAL:
# This is already fixed upstream. Remove this after the next clightning release.
postPatch = ''
sed -i 's|pyln-bolt7 = "^1.0.186"|pyln-bolt7 = "^1.0.2.186"|' pyproject.toml
'';
}