python312Packages.reconplogger: refactor

This commit is contained in:
Fabian Affolter 2024-04-06 20:07:00 +02:00
parent 66926ab55e
commit 3aef9dd859
1 changed files with 2 additions and 2 deletions

View File

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