Comment 7 for bug 1824112

Revision history for this message
Frode Nordahl (fnordahl) wrote : Re: Unable to install charm on Ubuntu Disco

Fixing this issue is a bit entangled as it involves changing the ``layer-basic`` configuration to not include system python packages and updating ``layer-basic``'s wheelhouse. A consequence of not including system python packages is that we no longer can use the ``python-apt`` library as it is not feasible to distribute as a wheel with support for multiple Ubuntu releases.

Work to address this is under way and will likely land after the release of the ``19.07`` charms to give bake time before the ``19.10`` release.

https://github.com/juju/charm-helpers/pull/341
https://github.com/juju-solutions/layer-basic/pull/135