Unverified Commit dbb0d98e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.google-cloud-trace: refactor

parent c6b7baa2
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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";

@@ -23,6 +24,10 @@ buildPythonPackage rec {
    hash = "sha256-KJpHnWbmrFVcixfvKQ/nvDWLy4Sn1lVDVsjkS/2+p5w=";
  };

  nativeBuildInputs = [
    setuptools
  ];

  propagatedBuildInputs = [
    google-api-core
    proto-plus