Hemanth Nakkina 199619e6c5 Unpin pydantic for openstack-hypervisor, cinder
Unpin pydantic for openstack-hypervisor, cinder
Update cos-agent librrary as latest version uses
pydantic 2.x
Update cosl package version

Change-Id: I90dfa1807222313b22b5c2e40447bf644bb87008
2024-08-29 09:13:20 +00:00

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