From d27d53ec6d09a3297c6f930bd7279c8d34c8def4 Mon Sep 17 00:00:00 2001 From: Frode Nordahl Date: Thu, 22 Aug 2019 07:05:19 +0200 Subject: [PATCH] Rebuild Also explicitly set ``include_system_packages`` to False. While that setting is now the a default we consume from ``layer-basic`` it is more clear for the causual reader of the charm source code. Change-Id: I761ac74be1e254dda7dec3b14869feb5f12573fe --- rebuild | 2 +- src/layer.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/rebuild b/rebuild index cd88b36..538bb06 100644 --- a/rebuild +++ b/rebuild @@ -2,4 +2,4 @@ # when dependencies of the charm change, # but nothing in the charm needs to. # simply change the uuid to something new -d5e1ff5b-5739-4bd2-95d5-c3480265c6ba +f57f307b-74f9-4f1d-bdc2-50e20aecbb63 diff --git a/src/layer.yaml b/src/layer.yaml index 3bd4fad..3d24e33 100644 --- a/src/layer.yaml +++ b/src/layer.yaml @@ -11,6 +11,8 @@ includes: - interface:tls-certificates options: basic: + use_venv: True + include_system_packages: False packages: - libffi-dev - libpq-dev