lol

python313Packages.fs: fix pyftplib>=1.5.10 compat

+6 -1
+6 -1
pkgs/development/python-modules/fs/default.nix
··· 8 8 psutil, 9 9 pyftpdlib, 10 10 pytestCheckHook, 11 - pythonAtLeast, 12 11 pythonOlder, 13 12 pytz, 14 13 setuptools, ··· 26 25 inherit pname version; 27 26 hash = "sha256-rpfH1RIT9LcLapWCklMCiQkN46fhWEHhCPvhRPBp0xM="; 28 27 }; 28 + 29 + postPatch = '' 30 + # https://github.com/PyFilesystem/pyfilesystem2/pull/591 31 + substituteInPlace tests/test_ftpfs.py \ 32 + --replace ThreadedTestFTPd FtpdThreadWrapper 33 + ''; 29 34 30 35 build-system = [ setuptools ]; 31 36