7 buildPythonPackage rec {
8 pname = "azure-storage-nspkg";
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "6f3bbe8652d5f542767d8433e7f96b8df7f518774055ac7c92ed7ca85f653811";
17 propagatedBuildInputs = [
25 description = "Client library for Microsoft Azure Storage services owning the azure.storage namespace, user should not use this directly";
26 homepage = "https://github.com/Azure/azure-sdk-for-python";
27 license = licenses.mit;
28 maintainers = with maintainers; [ cmcdragonkai ];