python3Packages.pyiceberg: enable __structuredAttrs

This commit is contained in:
Gaetan Lepage
2026-07-05 19:40:21 +00:00
parent f32a6ae08c
commit 01bfb6dcb3
@@ -62,6 +62,7 @@ buildPythonPackage (finalAttrs: {
pname = "pyiceberg";
version = "0.11.1";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "apache";