python313Packages.fs: mark broken

It doesn't suffice to use setuptools_80 in `build-system` because fs
imports pkg_resources.
This commit is contained in:
Robert Schütz
2026-07-12 12:04:39 -07:00
parent 1b844a8e74
commit 66e34083af
@@ -88,6 +88,8 @@ buildPythonPackage rec {
__darwinAllowLocalNetworking = true;
meta = {
# https://github.com/PyFilesystem/pyfilesystem2/issues/577
broken = lib.versionAtLeast setuptools.version "82";
description = "Filesystem abstraction";
homepage = "https://github.com/PyFilesystem/pyfilesystem2";
changelog = "https://github.com/PyFilesystem/pyfilesystem2/blob/v${version}/CHANGELOG.md";