12 buildPythonPackage rec {
13 pname = "azure-storage-blob";
17 inherit pname version;
19 sha256 = "36b85a3423379d4a93f663022487cf53aa3043a355f8414321dde878c00cb577";
22 propagatedBuildInputs = [
27 ] ++ lib.optional (!isPy3k) futures;
33 description = "Client library for Microsoft Azure Storage services containing the blob service APIs";
34 homepage = "https://github.com/Azure/azure-sdk-for-python";
35 license = licenses.mit;
36 maintainers = with maintainers; [ cmcdragonkai maxwilson ];