python312Packages.reconplogger: refactor

This commit is contained in:
Fabian Affolter 2024-04-06 20:07:00 +02:00
parent 66926ab55e
commit 3aef9dd859

View file

@ -25,11 +25,11 @@ buildPythonPackage rec {
hash = "sha256-jBWy5oHyZpRUWb8OW0dRFfpu3m3hTd5dpIOQCRO5swM="; hash = "sha256-jBWy5oHyZpRUWb8OW0dRFfpu3m3hTd5dpIOQCRO5swM=";
}; };
nativeBuildInputs = [ build-system = [
setuptools setuptools
]; ];
propagatedBuildInputs = [ dependencies = [
logmatic-python logmatic-python
pyyaml pyyaml
]; ];