Revert "python313Packages.fs: pin to setuptools_80"

This reverts commit 6c81b30e2c because
versioned attributes are not allowed in `dependencies`.
This lead to two versions of setuptools in bentoml's closure.
This commit is contained in:
Robert Schütz
2026-07-12 11:46:23 -07:00
parent d9cd59c37e
commit 1b844a8e74
@@ -12,7 +12,7 @@
pytestCheckHook,
pythonAtLeast,
pytz,
setuptools_80,
setuptools,
six,
}:
@@ -35,10 +35,10 @@ buildPythonPackage rec {
--replace ThreadedTestFTPd FtpdThreadWrapper
'';
build-system = [ setuptools_80 ];
build-system = [ setuptools ];
dependencies = [
setuptools_80
setuptools
six
appdirs
pytz