Skip to content

Commit 067b930

Browse files
committed
python3Packages.fs: mark broken
It doesn't suffice to use setuptools_80 in `build-system` because fs imports pkg_resources.
1 parent 1b844a8 commit 067b930

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ buildPythonPackage rec {
8888
__darwinAllowLocalNetworking = true;
8989

9090
meta = {
91+
# https://github.com/PyFilesystem/pyfilesystem2/issues/577
92+
broken = lib.versions.versionAtLeast setuptools.version "82";
9193
description = "Filesystem abstraction";
9294
homepage = "https://github.com/PyFilesystem/pyfilesystem2";
9395
changelog = "https://github.com/PyFilesystem/pyfilesystem2/blob/v${version}/CHANGELOG.md";

0 commit comments

Comments
 (0)