Merge charm-prometheus-openstack-exporter:fix_charm_recipe into charm-prometheus-openstack-exporter:master

Proposed by Tianqi Xiao
Status: Merged
Approved by: Tianqi Xiao
Approved revision: 6106f235bef4f4eb21e62b98d35fa3d1a4c62ed5
Merged at revision: 95d010e65af9f2e029d71291ca5b3491cfdb8bdb
Proposed branch: charm-prometheus-openstack-exporter:fix_charm_recipe
Merge into: charm-prometheus-openstack-exporter:master
Diff against target: 13 lines (+2/-0)
1 file modified
charmcraft.yaml (+2/-0)
Reviewer Review Type Date Requested Status
🤖 prod-jenkaas-bootstack (community) continuous-integration Approve
Robert Gildein Approve
Andrea Ieri Approve
BootStack Reviewers Pending
Review via email: mp+453317@code.launchpad.net

Commit message

Description of the change

libpython3-dev seems to be missing in Launchpad CI machine, causing build error with latest `charm` snap. Adding the missing package resolves the issue.

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
Andrea Ieri (aieri) :
review: Approve
Revision history for this message
Robert Gildein (rgildein) wrote :

LGTM.

review: Approve
Revision history for this message
🤖 prod-jenkaas-bootstack (prod-jenkaas-bootstack) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
🤖 prod-jenkaas-bootstack (prod-jenkaas-bootstack) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
🤖 prod-jenkaas-bootstack (prod-jenkaas-bootstack) wrote :
review: Approve (continuous-integration)
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 95d010e65af9f2e029d71291ca5b3491cfdb8bdb

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/charmcraft.yaml b/charmcraft.yaml
2index 7187921..4eaaaf7 100644
3--- a/charmcraft.yaml
4+++ b/charmcraft.yaml
5@@ -4,6 +4,8 @@ parts:
6 source: src
7 plugin: reactive
8 build-snaps: [charm]
9+ build-packages:
10+ - libpython3-dev
11 bases:
12 - build-on:
13 - name: ubuntu

Subscribers

No one subscribed via source and target branches