13 buildPythonPackage rec {
14 pname = "azure-storage-common";
16 format = "setuptools";
19 inherit pname version;
20 sha256 = "ccedef5c67227bc4d6670ffd37cec18fb529a1b7c3a5e53e4096eb0cf23dc73f";
23 propagatedBuildInputs = [
28 ] ++ lib.optional (!isPy3k) azure-storage-nspkg;
34 description = "Client library for Microsoft Azure Storage services containing common code shared by blob, file and queue";
35 homepage = "https://github.com/Azure/azure-sdk-for-python";
36 license = licenses.mit;
37 maintainers = with maintainers; [ cmcdragonkai ];