python3Packages.aiohomematic: use __structuredAttrs

This commit is contained in:
Robert Schütz
2026-07-12 11:32:26 -07:00
parent 9b2041b06d
commit 6252b63db2
@@ -21,6 +21,7 @@ buildPythonPackage (finalAttrs: {
pname = "aiohomematic";
version = "2026.7.6";
pyproject = true;
__structuredAttrs = true;
disabled = pythonOlder "3.14";