python3Packages.matrix-nio: relax h11 constraint

This commit is contained in:
Martin Weinelt
2022-03-14 00:29:09 +01:00
parent 2d0c351c67
commit 9cb1c5875d
@@ -41,6 +41,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'aiofiles = "^0.6.0"' 'aiofiles = "*"' \
--replace 'h11 = "^0.12.0"' 'h11 = "*"' \
--replace 'jsonschema = "^3.2.0"' 'jsonschema = "*"' \
--replace 'cachetools = { version = "^4.2.1", optional = true }' 'cachetools = { version = "*", optional = true }'
'';