blob: f826b3f6cfa62e5771e2f7175b3450d9c987e20d [file] [log] [blame]
Adam Israel6de6ff12016-09-27 16:17:01 -04001defines:
2 packages:
3 type: array
4 default: []
5 description: Additional packages to be installed at time of bootstrap
6 use_venv:
7 type: boolean
8 default: false
9 description: >
10 Install charm dependencies (wheelhouse) into a Python virtual environment
11 to help avoid conflicts with other charms or libraries on the machine.
12 include_system_packages:
13 type: boolean
14 default: false
15 description: >
16 If using a virtual environment, allow the venv to see Python packages
17 installed at the system level. This reduces isolation, but is necessary
18 to use Python packages installed via apt-get.