From 2c10c15132d203dca4d1e8f30005fde2e3390243 Mon Sep 17 00:00:00 2001 From: Felipe Reyes Date: Wed, 5 Apr 2023 13:48:49 -0400 Subject: [PATCH] Rebuild the charm Rebuild the charm to pick up charms.reactive-1.5.2 which includes a fix for application is single unit. Adding libpython3-dev to be able to build Cython Related-Pr: https://github.com/juju-solutions/charms.reactive/pull/243 Change-Id: Ief281586efde5303c66bd7b0432589c9735c7f86 --- charmcraft.yaml | 1 + rebuild | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charmcraft.yaml b/charmcraft.yaml index 93a9583..4ccf3dd 100644 --- a/charmcraft.yaml +++ b/charmcraft.yaml @@ -8,6 +8,7 @@ parts: - charm build-packages: - libpq-dev + - libpython3-dev build-environment: - CHARM_INTERFACES_DIR: /root/project/interfaces/ - CHARM_LAYERS_DIR: /root/project/layers/ diff --git a/rebuild b/rebuild index 2497c89..d2b4554 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 -4368948e-c4ca-4117-a9a6-d61808adf7e7 +b1e667c2-3cd2-4842-8a9b-3c333a70c110 diff --git a/tox.ini b/tox.ini index 854d8be..c11375e 100644 --- a/tox.ini +++ b/tox.ini @@ -33,7 +33,7 @@ allowlist_externals = charmcraft bash tox - rename.sh + {toxinidir}/rename.sh deps = -r{toxinidir}/requirements.txt