From 4e260932472324bcd241d7bbb3f8a3ca14839f0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 22 Mar 2026 17:47:47 -0700 Subject: [PATCH] codechecker: update dependencies --- pkgs/by-name/co/codechecker/package.nix | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/pkgs/by-name/co/codechecker/package.nix b/pkgs/by-name/co/codechecker/package.nix index 0ef2581ad3ad..305e2aa8b8e4 100644 --- a/pkgs/by-name/co/codechecker/package.nix +++ b/pkgs/by-name/co/codechecker/package.nix @@ -62,12 +62,11 @@ python3Packages.buildPythonApplication rec { hash = "sha256-ftZACUf2lAHokcUXj45LRA7/3goOcIy521cGl6qhR98="; }; - nativeBuildInputs = with python3Packages; [ + build-system = with python3Packages; [ setuptools - pythonRelaxDepsHook ]; - propagatedBuildInputs = with python3Packages; [ + dependencies = with python3Packages; [ distutils # required in python312 to call subcommands (see https://github.com/Ericsson/codechecker/issues/4350) lxml sqlalchemy @@ -77,13 +76,9 @@ python3Packages.buildPythonApplication rec { multiprocess thrift gitpython + pyyaml types-pyyaml sarif-tools - pytest - pycodestyle - pylint - mkdocs - coverage ]; pythonRelaxDeps = [