Comment 2 for bug 1908147

Revision history for this message
Brian Murray (brian-murray) wrote :

Yeah, it seems there is something goofy with the charmhelper:

>>> from charmhelpers import fetch
>>> cache = fetch.apt_cache()
>>> cache['cassandra']
{'version': '3.11.9', 'architecture': None, 'maintainer': 'Eric Evans <email address hidden>', 'installed-size': '39639', 'depends': 'openjdk-8-jre-headless | java8-runtime, adduser, python (>= 2.7)', 'recommends': 'ntp | time-daemon', 'suggests': 'cassandra-tools', 'conflicts': 'apache-cassandra1', 'replaces': 'apache-cassandra1', 'homepage': 'http://cassandra.apache.org', 'priority': 'extra', 'section': 'misc', 'filename': 'pool/main/c/cassandra/cassandra_3.11.9_all.deb', 'size': '30639236', 'sha256': '1374b0ed57a58f6f23ad558273035b145e818d195722d4616867d4a7345c0da6', 'sha1': '5a77dcfa290604e6950b6c1d30083d6126c51976', 'md5sum': 'ee574b746ccdd919747776c73dd55f0e', 'description': 'distributed storage system for structured data\nCassandra is a distributed (peer-to-peer) system for the management\nand storage of structured data.', 'description-md5': '449c17857a17bf5afa4d96fab0cc89e5', 'name': 'cassandra', 'current_ver': None}