# 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 charm-binary-python-packages: - cryptography - jsonschema - pydantic<2.0 - jinja2