11 buildPythonPackage rec {
12 pname = "azure-mgmt-servicefabric";
16 inherit pname version;
18 sha256 = "4c6f3de2526a27af78aecae248604f941c4d059fbcf2265912a380e3c788735d";
21 propagatedBuildInputs = [
29 pythonNamespaces = [ "azure.mgmt" ];
35 description = "This is the Microsoft Azure Service Fabric Management Client Library";
36 homepage = "https://github.com/Azure/azure-sdk-for-python";
37 license = licenses.mit;
38 maintainers = with maintainers; [ maxwilson ];