From e1a93c635e02c2cb4573ba305564cb3b56e9798b Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 13 Jul 2026 20:01:29 +0200 Subject: [PATCH] python3Packages.paste: mark broken with setuptools>=82 --- pkgs/development/python-modules/paste/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/paste/default.nix b/pkgs/development/python-modules/paste/default.nix index 1759412e5cb6..98ccf15cbd62 100644 --- a/pkgs/development/python-modules/paste/default.nix +++ b/pkgs/development/python-modules/paste/default.nix @@ -45,6 +45,7 @@ buildPythonPackage rec { pythonNamespaces = [ "paste" ]; meta = { + broken = lib.versionAtLeast setuptools.version "82"; # pkg_resources at runtime description = "Tools for using a Web Server Gateway Interface stack"; homepage = "https://pythonpaste.readthedocs.io/"; changelog = "https://github.com/pasteorg/paste/blob/${version}/docs/news.txt";