Loading pkgs/development/python-modules/google-cloud-trace/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -9,12 +9,13 @@ , pytest-asyncio , pytestCheckHook , pythonOlder , setuptools }: buildPythonPackage rec { pname = "google-cloud-trace"; version = "1.13.1"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -23,6 +24,10 @@ buildPythonPackage rec { hash = "sha256-KJpHnWbmrFVcixfvKQ/nvDWLy4Sn1lVDVsjkS/2+p5w="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ google-api-core proto-plus Loading Loading
pkgs/development/python-modules/google-cloud-trace/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -9,12 +9,13 @@ , pytest-asyncio , pytestCheckHook , pythonOlder , setuptools }: buildPythonPackage rec { pname = "google-cloud-trace"; version = "1.13.1"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -23,6 +24,10 @@ buildPythonPackage rec { hash = "sha256-KJpHnWbmrFVcixfvKQ/nvDWLy4Sn1lVDVsjkS/2+p5w="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ google-api-core proto-plus Loading