Details
-
Task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Semantic
-
Normal
-
All
-
None
-
Description
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'.