
Unpin pydantic for openstack-hypervisor, cinder Update cos-agent librrary as latest version uses pydantic 2.x Update cosl package version Change-Id: I90dfa1807222313b22b5c2e40447bf644bb87008
27 lines
468 B
YAML
27 lines
468 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
|
|
- pydantic
|
|
- jinja2
|