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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user