12 buildPythonPackage rec {
13 pname = "azure-mgmt-storage";
17 disabled = pythonOlder "3.8";
20 inherit pname version;
21 hash = "sha256-UDp/+cMSVAkrBlZEX1cov9/aLQnUaoLpcBnqqaHs7GQ=";
24 build-system = [ setuptools ];
32 pythonNamespaces = [ "azure.mgmt" ];
34 pythonImportsCheck = [ "azure.mgmt.storage" ];
40 description = "This is the Microsoft Azure Storage Management Client Library";
41 homepage = "https://github.com/Azure/azure-sdk-for-python";
42 changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-storage_${version}/sdk/storage/azure-mgmt-storage/CHANGELOG.md";
43 license = licenses.mit;
44 maintainers = with maintainers; [