python-cassandra-driver/0001-Increase-the-upper-limit-version-of-geomet.patch

26 lines
680 B
Diff
Raw Normal View History

2024-01-10 10:23:01 +08:00
From 48a5b372a2f945566451e8ad19237c91cdec6bab Mon Sep 17 00:00:00 2001
From: desert-sailor <dongxing.wang_a@thundersoft.com>
Date: Wed, 10 Jan 2024 10:34:36 +0800
Subject: [PATCH] Increase the upper limit version of geomet
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
2024-01-10 10:23:01 +08:00
index 386bdfb..4246fd4 100644
--- a/setup.py
+++ b/setup.py
2024-01-10 10:23:01 +08:00
@@ -401,7 +401,7 @@ def run_setup(extensions):
else:
sys.stderr.write("Bypassing Cython setup requirement\n")
2024-01-10 10:23:01 +08:00
- dependencies = ['geomet>=0.1,<0.3']
+ dependencies = ['geomet>=0.1']
_EXTRAS_REQUIRE = {
'graph': ['gremlinpython==3.4.6'],
--
2024-01-10 10:23:01 +08:00
2.43.0