mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 22:19:17 +03:00
python313Packages.aiohttp-middlewares: relax async-timeout
This commit is contained in:
parent
a3cd526f08
commit
00b3325cc4
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ buildPythonPackage rec {
|
||||||
hash = "sha256-jUH1XhkytRwR76wUTsGQGu6m8s+SZ/GO114Lz9atwE8=";
|
hash = "sha256-jUH1XhkytRwR76wUTsGQGu6m8s+SZ/GO114Lz9atwE8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pythonRelaxDeps = [ "async-timeout" ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
sed -i "/addopts/d" pyproject.toml
|
sed -i "/addopts/d" pyproject.toml
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue