python-immudb/SOURCES/0002-Remove-google_api-from-setup.patch
2025-07-10 13:12:11 +03:00

25 lines
618 B
Diff

From 3995b7a4e74a2494acda6ecd9679ef0f90ef7ece Mon Sep 17 00:00:00 2001
From: eabdullin <eabdullin@almalinux.org>
Date: Thu, 10 Jul 2025 13:10:21 +0300
Subject: [PATCH 2/2] Remove google_api from setup
---
setup.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/setup.py b/setup.py
index c3b0d83..c71a9fd 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,6 @@ setup(name='immudb-py',
install_requires=[
'grpcio>=1.31.0',
'protobuf>=3.13.0,<4.0.0',
- 'google-api>=0.1.12',
'google-api-core>=1.22.1',
'ecdsa>=0.16.1'
],
--
2.39.5 (Apple Git-154)