python3Packages.pyiceberg: fix

This commit is contained in:
Gaetan Lepage
2025-08-27 10:55:01 +02:00
parent 60847523e1
commit 7131ca1889
@@ -84,6 +84,7 @@ buildPythonPackage rec {
env.CIBUILDWHEEL = "1";
pythonRelaxDeps = [
"cachetools"
"rich"
];