python3Packages.lazr-delegate: broken with setuptools>=82

This commit is contained in:
Martin Weinelt
2026-07-13 20:05:27 +02:00
parent dc531f3ed0
commit 583c64bcb4

View File

@@ -29,6 +29,7 @@ buildPythonPackage rec {
pythonNamespaces = [ "lazr" ];
meta = {
broken = lib.versionAtLeast setuptools.version "82"; # pkg_resources at runtime
description = "Easily write objects that delegate behavior";
homepage = "https://launchpad.net/lazr.delegates";
changelog = "https://git.launchpad.net/lazr.delegates/tree/NEWS.rst?h=${version}";