10 buildPythonPackage rec {
12 pname = "azure-mgmt-storage";
16 inherit pname version;
18 sha256 = "c0e3fd99028d98c80dddabe1c22dfeb3d694e5c1393c6de80766eb240739e4bc";
21 propagatedBuildInputs = [
26 pythonNamespaces = [ "azure.mgmt" ];
28 pythonImportsCheck = [ "azure.mgmt.storage" ];
34 description = "This is the Microsoft Azure Storage Management Client Library";
35 homepage = "https://github.com/Azure/azure-sdk-for-python";
36 license = licenses.mit;
37 maintainers = with maintainers; [ jonringer olcai maxwilson ];