python3Packages.pyflunearyou: relax ujson constraint

This commit is contained in:
Martin Weinelt
2022-01-23 01:09:33 +01:00
parent 132d2ef47d
commit ebcfdb4d62
@@ -27,6 +27,11 @@ buildPythonPackage rec {
sha256 = "sha256-Q65OSE4qckpvaIvZULBR434i7hwuVM97eSq1Blb1oIU=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'ujson = ">=1.35,<5.0"' 'ujson = "*"'
'';
nativeBuildInputs = [
poetry-core
];