python312Packages.llama-index-readers-file: fix build

This commit is contained in:
Gutyina Gergő
2025-02-07 13:36:10 +01:00
parent e944a26c8b
commit edd56d1319
@@ -27,6 +27,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"pymupdf"
"pypdf"
"striprtf"
];
build-system = [ poetry-core ];