python312Packages.pysigma: refactor

This commit is contained in:
Fabian Affolter 2024-04-27 19:33:17 +02:00
parent 1c6ab3cbab
commit 02459a68c9

View file

@ -34,6 +34,9 @@ buildPythonPackage rec {
build-system = [
poetry-core
];
nativeBuildInputs = [
pythonRelaxDepsHook
];