[
https://issues.apache.org/jira/browse/CASSANDRA-17271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brandon Williams updated CASSANDRA-17271:
-----------------------------------------
Test and Documentation Plan: run CI
Status: Patch Available (was: Open)
> Remove unused dependency of geomet from cqlsh.py
> ------------------------------------------------
>
> Key: CASSANDRA-17271
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17271
> Project: Cassandra
> Issue Type: Task
> Components: CQL/Interpreter
> Reporter: Brad Schoening
> Assignee: Brad Schoening
> Priority: Normal
> Fix For: 4.0.x, 4.x
>
>
> The python library *geomet* is used (optionally) by a unit test in the python
> driver, but was made optional in v3.24.0 of the cassandra-driver:
> * 👉 Make geomet an optional dependency at runtime (PYTHON-1237)
> It's inclusion on the sys.path for cqlsh would appear unnecessary and unused.
> Â
> cqlsh.py:
> {quote}third_parties = ('futures-', 'six-', 'geomet-'){quote}
> {quote}for lib in third_parties:
> Â Â lib_zip = find_zip(lib)
> Â Â if lib_zip:
> Â Â Â Â sys.path.insert(0, lib_zip){quote}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]