We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b844a8 commit 067b930Copy full SHA for 067b930
1 file changed
pkgs/development/python-modules/fs/default.nix
@@ -88,6 +88,8 @@ buildPythonPackage rec {
88
__darwinAllowLocalNetworking = true;
89
90
meta = {
91
+ # https://github.com/PyFilesystem/pyfilesystem2/issues/577
92
+ broken = lib.versions.versionAtLeast setuptools.version "82";
93
description = "Filesystem abstraction";
94
homepage = "https://github.com/PyFilesystem/pyfilesystem2";
95
changelog = "https://github.com/PyFilesystem/pyfilesystem2/blob/v${version}/CHANGELOG.md";
0 commit comments