mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 13:15:30 +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=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "async-timeout" ];
|
||||
|
||||
postPatch = ''
|
||||
sed -i "/addopts/d" pyproject.toml
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue