~brianlbaird/charms/trusty/pcrf/trunk

« back to all changes in this revision

Viewing changes to deps/layer/layer-basic/layer.yaml

  • Committer: brian baird
  • Date: 2016-08-24 18:05:17 UTC
  • Revision ID: brianlbaird@gmail.com-20160824180517-uyp6100mfwuj6les
dt demo

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
defines:
 
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.