12 buildPythonPackage rec {
13 pname = "azure-storage-common";
17 inherit pname version;
18 sha256 = "ccedef5c67227bc4d6670ffd37cec18fb529a1b7c3a5e53e4096eb0cf23dc73f";
21 propagatedBuildInputs = [
26 ] ++ lib.optional (!isPy3k) azure-storage-nspkg;
32 description = "Client library for Microsoft Azure Storage services containing common code shared by blob, file and queue";
33 homepage = "https://github.com/Azure/azure-sdk-for-python";
34 license = licenses.mit;
35 maintainers = with maintainers; [ cmcdragonkai ];