python312Packages.rtfde: relax lark

This commit is contained in:
Fabian Affolter 2024-03-28 11:18:12 +01:00
parent dab9983774
commit 6667f820e5

View File

@ -23,6 +23,12 @@ buildPythonPackage rec {
hash = "sha256-ai9JQ3gphY/IievBNdHiblIpc0IPS9wp7CVvBIRzG/4=";
};
postPatch = ''
# https://github.com/seamustuohy/RTFDE/issues/31
substituteInPlace setup.py \
--replace-fail "==" ">="
'';
build-system = [
setuptools
];