python3Packages.uvloop: pin to setuptools_80

This commit is contained in:
Martin Weinelt
2026-05-30 03:53:11 +02:00
parent fb8cdd0dba
commit f3964c18d6
@@ -3,11 +3,10 @@
stdenv,
buildPythonPackage,
fetchFromGitHub,
fetchpatch,
# build-system
cython,
setuptools,
setuptools_80,
# native dependencies
libuv,
@@ -39,7 +38,7 @@ buildPythonPackage rec {
build-system = [
cython
setuptools
setuptools_80
];
env.LIBUV_CONFIGURE_HOST = stdenv.hostPlatform.config;