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 a6cdfe8e8e
commit 44f2f5189d

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