Add required build packages

Change-Id: Icc221196efa8f02302499626af2a788537520387
This commit is contained in:
Liam Young 2022-10-28 13:09:46 +00:00
parent a27764024b
commit 92b3c383ae

View File

@ -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"