9 buildPythonPackage rec {
10 pname = "azure-mgmt-storage";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-1tPA6RfJiLye0Eckd9PvP5CIYAnrHZenEZRPg3VjAWI=";
21 propagatedBuildInputs = [
30 pythonImportsCheck = [
38 description = "This is the Microsoft Azure Storage Management Client Library";
39 homepage = "https://github.com/Azure/azure-sdk-for-python";
40 license = licenses.mit;
41 maintainers = with maintainers; [ jonringer olcai maxwilson ];