Distribute direct charm dependencies

Do not rely on system installed Python packages but distribute the
direct charm dependencies as part of the charms wheelhouse.

As the span of distributions we need to support with reactive
charms widens we will run into compability problems with the
current model.

For further reference see juju/charm-helpers#341 and
juju-solutions/layer-basic#135

Change-Id: I29304997cdbe3987fb0e55d3ea67b20550653704
This commit is contained in:
Frode Nordahl 2019-04-24 09:16:42 +02:00
parent 91f9d8b8a8
commit 425d479286
No known key found for this signature in database
GPG Key ID: 6A5D59A3BA48373F
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,6 @@ includes:
options:
basic:
use_venv: True
include_system_packages: True
repo: https://github.com/openstack/charm-barbican-vault
config:
deletes:

View File

@ -1 +1,4 @@
hvac
jinja2
psutil