python313Packages.google-cloud-trace: remove disabled

This commit is contained in:
Fabian Affolter
2025-12-31 10:33:36 +01:00
committed by GitHub
parent b5e3180bda
commit eab02c577b
@@ -9,7 +9,6 @@
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
}:
@@ -18,8 +17,6 @@ buildPythonPackage rec {
version = "1.17.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "google_cloud_trace";
inherit version;