Skip to content

Commit 1b844a8

Browse files
committed
Revert "python313Packages.fs: pin to setuptools_80"
This reverts commit 6c81b30 because versioned attributes are not allowed in `dependencies`. This lead to two versions of setuptools in bentoml's closure.
1 parent d9cd59c commit 1b844a8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/development/python-modules/fs/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
pytestCheckHook,
1313
pythonAtLeast,
1414
pytz,
15-
setuptools_80,
15+
setuptools,
1616
six,
1717
}:
1818

@@ -35,10 +35,10 @@ buildPythonPackage rec {
3535
--replace ThreadedTestFTPd FtpdThreadWrapper
3636
'';
3737

38-
build-system = [ setuptools_80 ];
38+
build-system = [ setuptools ];
3939

4040
dependencies = [
41-
setuptools_80
41+
setuptools
4242
six
4343
appdirs
4444
pytz

0 commit comments

Comments
 (0)