Guillaume Boutry cd5418a0a3
Add sunbeam-machine to monorepo
Sunbeam-machine was a miss during migration to monorepo.

Change-Id: I5ae420882258e405405a079ddb4ae3356ca776c9
2024-01-12 09:36:20 +01:00

26 lines
451 B
YAML

# This file configures Charmcraft.
# See https://juju.is/docs/sdk/charmcraft-config for guidance.
type: charm
bases:
- build-on:
- name: ubuntu
channel: "22.04"
run-on:
- name: ubuntu
channel: "22.04"
parts:
charm:
build-packages:
- git
- libffi-dev
- libssl-dev
- pkg-config
- rustc
- cargo
charm-binary-python-packages:
- cryptography
- jsonschema
- jinja2