python312Packages.llama-index-readers-file: fix build (#380075)

This commit is contained in:
Fabian Affolter
2025-02-08 15:04:47 +01:00
committed by GitHub
@@ -27,6 +27,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"pymupdf"
"pypdf"
"striprtf"
];
build-system = [ poetry-core ];