python3Packages.uvloop: pin to setuptools_80

This commit is contained in:
Martin Weinelt 2026-05-15 16:46:05 +02:00
commit f3964c18d6

View file

@ -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;