python311Packages.google-cloud-trace: refactor

This commit is contained in:
Fabian Affolter 2024-02-10 09:03:52 +01:00 committed by GitHub
parent c6b7baa28d
commit dbb0d98e53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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