From 03ef96ccafa691ffa5a0c260ad7d42a28cf52a2d Mon Sep 17 00:00:00 2001 From: K900 Date: Fri, 17 Jul 2026 15:27:16 +0300 Subject: [PATCH] python3Packages.lazr-delegates: fix mismerge --- pkgs/development/python-modules/lazr-delegates/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/lazr-delegates/default.nix b/pkgs/development/python-modules/lazr-delegates/default.nix index 6972abaf62b9..6bc463c2fcc9 100644 --- a/pkgs/development/python-modules/lazr-delegates/default.nix +++ b/pkgs/development/python-modules/lazr-delegates/default.nix @@ -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}";