12 buildPythonPackage rec {
13 pname = "azure-mgmt-servicefabric";
17 disabled = pythonOlder "3.9";
20 inherit pname version;
21 hash = "sha256-oIQzBJVUQ2yQhEvIqWgg6INplITm/8mQMv0lcfjF99Y=";
24 nativeBuildInputs = [ setuptools ];
26 propagatedBuildInputs = [
32 pythonNamespaces = [ "azure.mgmt" ];
38 description = "This is the Microsoft Azure Service Fabric Management Client Library";
39 homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/servicefabric/azure-mgmt-servicefabric";
40 changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-servicefabric_${version}/sdk/servicefabric/azure-mgmt-servicefabric/CHANGELOG.md";
41 license = licenses.mit;
42 maintainers = with maintainers; [ maxwilson ];