blob: f826b3f6cfa62e5771e2f7175b3450d9c987e20d [file] [log] [blame]
defines:
packages:
type: array
default: []
description: Additional packages to be installed at time of bootstrap
use_venv:
type: boolean
default: false
description: >
Install charm dependencies (wheelhouse) into a Python virtual environment
to help avoid conflicts with other charms or libraries on the machine.
include_system_packages:
type: boolean
default: false
description: >
If using a virtual environment, allow the venv to see Python packages
installed at the system level. This reduces isolation, but is necessary
to use Python packages installed via apt-get.