Add python3-pip and python3-dev build-packages back

This commit is contained in:
Micah Lee 2022-10-06 18:02:25 -07:00
parent e66bc74206
commit 55a9a46c5d
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -126,6 +126,8 @@ parts:
- build-essential
- libssl-dev
- libffi-dev
- python3-dev
- python3-pip
override-build: |
python3 -m pip install poetry
python3 -m pip install setuptools