mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
python313Packages.aioguardian: relax frozenlist constraint
This commit is contained in:
parent
d2b9444bb9
commit
d2c984fd5d
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
"asyncio_dgram"
|
"asyncio_dgram"
|
||||||
|
"frozenlist"
|
||||||
"typing-extensions"
|
"typing-extensions"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue