Loading pkgs/development/python-modules/azure-cosmos/default.nix +10 −13 Original line number Diff line number Diff line { lib , azure-core , buildPythonPackage , fetchPypi , pythonOlder , setuptools , typing-extensions { lib, azure-core, buildPythonPackage, fetchPypi, pythonOlder, setuptools, typing-extensions, }: buildPythonPackage rec { Loading @@ -19,9 +20,7 @@ buildPythonPackage rec { hash = "sha256-2uxqwgHGRzsJK2Ku5x44G+62w6jcNhJJgytwSMTwYeI="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ azure-core Loading @@ -33,9 +32,7 @@ buildPythonPackage rec { # Requires an active Azure Cosmos service doCheck = false; pythonImportsCheck = [ "azure.cosmos" ]; pythonImportsCheck = [ "azure.cosmos" ]; meta = with lib; { description = "Azure Cosmos DB API"; Loading Loading
pkgs/development/python-modules/azure-cosmos/default.nix +10 −13 Original line number Diff line number Diff line { lib , azure-core , buildPythonPackage , fetchPypi , pythonOlder , setuptools , typing-extensions { lib, azure-core, buildPythonPackage, fetchPypi, pythonOlder, setuptools, typing-extensions, }: buildPythonPackage rec { Loading @@ -19,9 +20,7 @@ buildPythonPackage rec { hash = "sha256-2uxqwgHGRzsJK2Ku5x44G+62w6jcNhJJgytwSMTwYeI="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ azure-core Loading @@ -33,9 +32,7 @@ buildPythonPackage rec { # Requires an active Azure Cosmos service doCheck = false; pythonImportsCheck = [ "azure.cosmos" ]; pythonImportsCheck = [ "azure.cosmos" ]; meta = with lib; { description = "Azure Cosmos DB API"; Loading