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: I0caddb1e39ecd7f2d610ea247a93120c6345915e
This commit is contained in:
Frode Nordahl 2019-04-24 09:26:22 +02:00
parent f4504d4398
commit 9b0f00e0cb
No known key found for this signature in database
GPG Key ID: 6A5D59A3BA48373F
2 changed files with 3 additions and 1 deletions

View File

@ -2,5 +2,4 @@ includes: ['layer:openstack', 'interface:keystone-domain-backend', 'interface:ju
options:
basic:
use_venv: True
include_system_packages: True
repo: https://github.com/openstack/charm-keystone-ldap.git

3
src/wheelhouse.txt Normal file
View File

@ -0,0 +1,3 @@
jinja2
psutil