mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
gallia: relax aiofiles constraint
This commit is contained in:
parent
c3ac6ea4ba
commit
b2f00c08e5
1 changed files with 1 additions and 0 deletions
|
@ -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 = "*"'
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue