You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Brad Schoening (Jira)" <ji...@apache.org> on 2022/01/19 21:23:00 UTC

[jira] [Created] (CASSANDRA-17271) Remove unused dependency of geomet from cqlsh.py

Brad Schoening created CASSANDRA-17271:
------------------------------------------

             Summary: 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
            Reporter: Brad Schoening


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: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org