pyln-client: remove pkg patch that has become unnecessary
This commit is contained in:
parent
c165836fd1
commit
5255c7e8bc
@ -17,11 +17,4 @@ buildPythonPackage rec {
|
|||||||
checkInputs = [ pytestCheckHook ];
|
checkInputs = [ pytestCheckHook ];
|
||||||
|
|
||||||
postUnpack = "sourceRoot=$sourceRoot/contrib/${pname}";
|
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
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user