Add charmhelpers to charmcraft.yaml

Charmhelpers directory was missed in the conversion to the charmcraft
way of building charms. The rabbit charm has a slightly different
location for charmhelpers than other charms. Add charmhelpers to
charmcraft.yaml to ensure it is packed in the charm file.

Change-Id: I72155c4bd2ace7497d59eeec3552985aec39d44b
Closes-Bug: #1960769
This commit is contained in:
Billy Olsen 2022-02-13 20:40:13 -07:00
parent 3051d5f567
commit c01df1bc35
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ parts:
source: .
prime:
- actions/*
- charmhelpers/*
- files/*
- hooks/*
- lib/*