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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user