python313Packages.fs: pin to setuptools_80

This commit is contained in:
Martin Weinelt
2026-05-30 03:53:15 +02:00
parent b4538c1c7c
commit 6c81b30e2c
@@ -12,7 +12,7 @@
pytestCheckHook,
pythonAtLeast,
pytz,
setuptools,
setuptools_80,
six,
}:
@@ -35,10 +35,10 @@ buildPythonPackage rec {
--replace ThreadedTestFTPd FtpdThreadWrapper
'';
build-system = [ setuptools ];
build-system = [ setuptools_80 ];
dependencies = [
setuptools
setuptools_80
six
appdirs
pytz