Rebase to Ubuntu 22.04
Rebase charm to Ubuntu 22.04 to resolve build issues on 20.04 and reduce complexity of requirements management. Change-Id: I1ebe8b06c39a36ffa102468cfbbfd79867bffda7
This commit is contained in:
parent
fab5edd57d
commit
fc63ea1dd1
@ -2,10 +2,10 @@ type: "charm"
|
||||
bases:
|
||||
- build-on:
|
||||
- name: "ubuntu"
|
||||
channel: "20.04"
|
||||
channel: "22.04"
|
||||
run-on:
|
||||
- name: "ubuntu"
|
||||
channel: "20.04"
|
||||
channel: "22.04"
|
||||
parts:
|
||||
update-certificates:
|
||||
plugin: nil
|
||||
@ -20,6 +20,5 @@ parts:
|
||||
- git
|
||||
- libffi-dev
|
||||
- libssl-dev
|
||||
charm-python-packages:
|
||||
- setuptools < 58
|
||||
- cryptography < 3.4
|
||||
- rustc
|
||||
- cargo
|
||||
|
@ -4,16 +4,10 @@
|
||||
# https://github.com/openstack-charmers/release-tools
|
||||
#
|
||||
|
||||
# NOTE: newer versions of cryptography require a Rust compiler to build,
|
||||
# see
|
||||
# * https://github.com/openstack-charmers/zaza/issues/421
|
||||
# * https://mail.python.org/pipermail/cryptography-dev/2021-January/001003.html
|
||||
#
|
||||
cryptography<3.4
|
||||
cryptography
|
||||
jinja2
|
||||
jsonschema
|
||||
lightkube
|
||||
lightkube-models
|
||||
ops
|
||||
git+https://opendev.org/openstack/charm-ops-sunbeam#egg=ops_sunbeam
|
||||
git+https://opendev.org/openstack/charm-ops-interface-tls-certificates#egg=interface_tls_certificates
|
||||
|
Loading…
x
Reference in New Issue
Block a user