python3Packages.lazr-delegates: fix mismerge

This commit is contained in:
K900
2026-07-17 15:27:16 +03:00
parent 8f22ade767
commit 03ef96ccaf
@@ -29,7 +29,6 @@ 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}";