python312Packages.docling-core: fix build

This commit is contained in:
Pol Dellaiera
2024-11-16 21:56:16 +01:00
parent e6914ee14c
commit da1eea476d
@@ -39,6 +39,10 @@ buildPythonPackage rec {
tabulate
];
pythonRelaxDeps = [
"pillow"
];
pythonImportsCheck = [
"docling_core"
];