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