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

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