Snapcraft: Only install the latest setuptools inside the poetry virtualenv

This commit is contained in:
Micah Lee 2022-10-02 17:49:20 -07:00
parent 451b4fcd3d
commit 7fc834ec29
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -126,7 +126,6 @@ parts:
- cargo
override-build: |
python3 -m pip install poetry
python3 -m pip install setuptools --upgrade
poetry install
poetry run pip install setuptools --upgrade
poetry build