gallia: relax aiofiles constraint

This commit is contained in:
Fabian Affolter 2022-10-29 19:21:33 +02:00
parent c3ac6ea4ba
commit b2f00c08e5

View File

@ -41,6 +41,7 @@ python3.pkgs.buildPythonApplication rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'aiofiles = "^0.8.0"' 'aiofiles = ">=0.8.0"' \
--replace 'zstandard = "^0.17.0"' 'zstandard = "*"'
'';