mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python313Packages.fs: pin to setuptools_80
This commit is contained in:
parent
b4538c1c7c
commit
6c81b30e2c
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue