python311Packages.rtfde: refactor

This commit is contained in:
Fabian Affolter 2024-03-28 11:09:49 +01:00
parent 4f28c0b741
commit dab9983774
1 changed files with 2 additions and 2 deletions

View File

@ -23,11 +23,11 @@ buildPythonPackage rec {
hash = "sha256-ai9JQ3gphY/IievBNdHiblIpc0IPS9wp7CVvBIRzG/4=";
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
lark
oletools
];