python313Packages.fs: pin to setuptools_80

This commit is contained in:
Martin Weinelt 2026-05-18 02:45:56 +02:00
commit 6c81b30e2c

View file

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