15 buildPythonPackage rec {
16 pname = "azure-multiapi-storage";
20 disabled = pythonOlder "3.9";
23 inherit pname version;
24 hash = "sha256-tlKogIs39tIoMVl3p/YConfPdPrpX9oc9WqQ+FuhgQk=";
27 build-system = [ setuptools ];
39 pythonNamespaces = [ "azure.multiapi" ];
44 pythonImportsCheck = [
46 "azure.multiapi.storage"
50 description = "Microsoft Azure Storage Client Library for Python with multi API version support";
51 homepage = "https://github.com/Azure/azure-sdk-for-python";
52 license = licenses.mit;