python312Packages.lnkparse3: refactor

This commit is contained in:
Fabian Affolter 2024-05-21 14:35:32 +02:00
parent 9f9610c314
commit 6aea91e153

View File

@ -22,9 +22,9 @@ buildPythonPackage rec {
hash = "sha256-oyULNRjC0pcVUOeTjjW3g3mB7KySYcwAS+/KwQEIkK4=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
propagatedBuildInputs = [ pyyaml ];
dependencies = [ pyyaml ];
nativeCheckInputs = [ pytestCheckHook ];