From a4cc46d2ffafb4c3ee3935cc654eac08f6cf4a05 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 15 Jul 2026 14:47:53 +0200 Subject: [PATCH] python3Packages.lazr-config: pin setuptools Upstream has done this for lazr.delegates so I'd expect them to do the same thing here. --- pkgs/development/python-modules/lazr-config/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/lazr-config/default.nix b/pkgs/development/python-modules/lazr-config/default.nix index acde7d6b1c34..f510a34cc464 100644 --- a/pkgs/development/python-modules/lazr-config/default.nix +++ b/pkgs/development/python-modules/lazr-config/default.nix @@ -2,7 +2,7 @@ lib, buildPythonPackage, fetchgit, - setuptools, + setuptools_80, lazr-delegates, zope-interface, pytestCheckHook, @@ -19,7 +19,7 @@ buildPythonPackage rec { hash = "sha256-eYJY4JRoqTMG4j1jyiYrI8xEKdJ+wQYVVU/6OqVIodk="; }; - build-system = [ setuptools ]; + build-system = [ setuptools_80 ]; dependencies = [ lazr-delegates