Add ops_openstack dependency.
This commit is contained in:
parent
3d1ae2c49c
commit
8dd49c06a2
@ -2,9 +2,21 @@ type: charm
|
|||||||
|
|
||||||
parts:
|
parts:
|
||||||
charm:
|
charm:
|
||||||
|
after: [update-certificates]
|
||||||
|
charm-python-packages:
|
||||||
|
# See https://github.com/canonical/charmcraft/issues/551
|
||||||
|
- setuptools
|
||||||
build-packages:
|
build-packages:
|
||||||
- git
|
- git
|
||||||
|
|
||||||
|
update-certificates:
|
||||||
|
plugin: nil
|
||||||
|
# See https://github.com/canonical/charmcraft/issues/658
|
||||||
|
override-build: |
|
||||||
|
apt update -qqq
|
||||||
|
apt install -qy ca-certificates
|
||||||
|
update-ca-certificates
|
||||||
|
|
||||||
bases:
|
bases:
|
||||||
- build-on:
|
- build-on:
|
||||||
- name: ubuntu
|
- name: ubuntu
|
||||||
|
@ -1 +1,2 @@
|
|||||||
ops>=1.5.0
|
ops>=1.5.0
|
||||||
|
git+https://opendev.org/openstack/charm-ops-openstack@master#egg=ops_openstack
|
||||||
|
Loading…
Reference in New Issue
Block a user