python3Packages.pyiceberg: fix (#437453)

This commit is contained in:
Gaétan Lepage
2025-08-27 13:22:46 +02:00
committed by GitHub
@@ -84,6 +84,7 @@ buildPythonPackage rec {
env.CIBUILDWHEEL = "1";
pythonRelaxDeps = [
"cachetools"
"rich"
];