Add required build packages
Building the charm in LP is failing *1 due to missing packages. *1 https://launchpad.net/~openstack-charmers/charm-trilio-wlm/+charm/charm-trilio-wlm.master.latest/+build/4935/+files/buildlog_charm_ubuntu_focal_s390x_charm-trilio-wlm.master.latest_BUILDING.txt.g!z Change-Id: I7035ea0afec6d7e7232c4250b68afe905a6efd67
This commit is contained in:
parent
afaf44089b
commit
4928917afd
@ -6,6 +6,10 @@ parts:
|
|||||||
- git
|
- git
|
||||||
- python3-dev
|
- python3-dev
|
||||||
- python3-pip
|
- python3-pip
|
||||||
|
- libffi-dev
|
||||||
|
- libssl-dev
|
||||||
|
- rustc
|
||||||
|
- cargo
|
||||||
override-build: |
|
override-build: |
|
||||||
apt-get install ca-certificates -y
|
apt-get install ca-certificates -y
|
||||||
pip3 install --user "tox==3.18"
|
pip3 install --user "tox==3.18"
|
||||||
|
Loading…
Reference in New Issue
Block a user