python3Packages.paste: mark broken with setuptools>=82

This commit is contained in:
Martin Weinelt
2026-07-15 03:12:20 +02:00
parent f2c7688610
commit e1a93c635e
@@ -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";