python313Packages.datafusion: fix build (#386867)

This commit is contained in:
Peder Bergebakken Sundt
2025-03-07 12:37:11 +01:00
committed by GitHub
@@ -69,7 +69,8 @@ buildPythonPackage rec {
dependencies = [
pyarrow
] ++ lib.optionals (pythonOlder "3.13") [ typing-extensions ];
typing-extensions
];
nativeCheckInputs = [
pytestCheckHook