From 9b95a69b8e6ca7ce159b7f5551719207979e788d Mon Sep 17 00:00:00 2001 From: Felipe Reyes Date: Tue, 11 Apr 2023 15:42:30 -0400 Subject: [PATCH] Fix build Add libpython3-dev to the list of the build-packages, this is needed since https://github.com/juju-solutions/layer-basic/pull/214 . Change-Id: I69895d604fb453cb6f1a48b5fa69544287fcd448 --- charmcraft.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charmcraft.yaml b/charmcraft.yaml index e34793a..00d4019 100644 --- a/charmcraft.yaml +++ b/charmcraft.yaml @@ -4,6 +4,8 @@ parts: charm: source: src/ plugin: reactive + build-packages: + - libpython3-dev build-snaps: - charm build-environment: