Michael Kelly created CASSANDRA-16605:
-----------------------------------------
Summary: The dependencies in the Cassandra DEB package prevent
installation on Ubuntu 20.04+
Key: CASSANDRA-16605
URL: https://issues.apache.org/jira/browse/CASSANDRA-16605
Project: Cassandra
Issue Type: Bug
Components: Packaging
Reporter: Michael Kelly
Assignee: Erick Ramirez
The DEB package for Cassandra has a dependency on 'python >= 2.7'.
In Ubuntu 18.04 there is a package called 'python' which installs python2.7.
This package has been removed in Ubuntu 20.04 so the dependency cannot be
satisified.
Proposed solution:
Change the dependency 'python >= 2.7' to something like 'python2 >= 2.7 OR
python3 >= 3.6'.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]