python3Packages.lazr-config: pin setuptools

Upstream has done this for lazr.delegates so I'd expect them to do the
same thing here.
This commit is contained in:
Alyssa Ross
2026-07-15 14:47:53 +02:00
parent 6d63426db0
commit a4cc46d2ff

View File

@@ -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