python3Packages.fabric: use __structuredAttrs = true

This commit is contained in:
TomaSajt
2026-06-29 17:29:22 +02:00
parent a76ff4f534
commit c668b28d21

View File

@@ -17,6 +17,7 @@ buildPythonPackage rec {
pname = "fabric";
version = "3.2.3";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "fabric";