python3Packages.fastlite: pin setuptools 80 for pkg_resources

This commit is contained in:
Martin Weinelt 2026-07-04 15:06:47 +02:00
commit 1dca7c9e94
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -4,7 +4,7 @@
fetchFromGitHub,
# build-system
setuptools,
setuptools_80,
# dependencies
fastcore,
@ -24,7 +24,7 @@ buildPythonPackage (finalAttrs: {
};
build-system = [
setuptools
setuptools_80
];
dependencies = [