mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.airos: pin setuptools 80
This commit is contained in:
parent
ad687d5638
commit
57b0f811ac
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
setuptools_80,
|
||||
aiohttp,
|
||||
mashumaro,
|
||||
aiofiles,
|
||||
|
|
@ -26,7 +26,7 @@ buildPythonPackage (finalAttrs: {
|
|||
hash = "sha256-/A9bP7wc+N0Jz/jJLvKHqVPjF3ddHjVKWlSN8tqGHIw=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
build-system = [ setuptools_80 ];
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue