12 buildPythonPackage rec {
13 pname = "azure-cosmosdb-table";
17 inherit pname version;
18 sha256 = "5f061d2ab8dcf2f0b4e965d5976e7b7aeb1247ea896911f0e1d29092aaaa29c7";
21 propagatedBuildInputs = [
26 ] ++ lib.optionals (!isPy3k) [
34 description = "This is the Microsoft Azure Log Analytics Client Library";
35 homepage = "https://github.com/Azure/azure-sdk-for-python";
36 license = licenses.mit;
37 maintainers = with maintainers; [ maxwilson ];