python3Packages.matrix-nio: relax h11 constraint
This commit is contained in:
@@ -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 }'
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user