codechecker: add distutils to propagatedBuildInputs (#395967)

This commit is contained in:
Peder Bergebakken Sundt
2025-04-08 01:53:58 +02:00
committed by GitHub
+1
View File
@@ -68,6 +68,7 @@ python3Packages.buildPythonApplication rec {
];
propagatedBuildInputs = with python3Packages; [
distutils # required in python312 to call subcommands (see https://github.com/Ericsson/codechecker/issues/4350)
lxml
sqlalchemy
alembic