Snapcraft: Try updating pip

This commit is contained in:
Micah Lee 2022-10-02 19:57:33 -07:00
parent c71ffa4399
commit 365a7268d2
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -126,10 +126,11 @@ parts:
- cargo
override-build: |
python3 -m pip install poetry
poetry install
poetry run pip install setuptools --upgrade
poetry run pip install wheel --upgrade
poetry build
python3 -m poetry install
python3 -m poetry run pip install pip --upgrade
python3 -m poetry run pip install setuptools --upgrade
python3 -m poetry run pip install wheel --upgrade
python3 -m poetry build
python3 -m pip install ./dist/onionshare_cli-*.whl --prefix $SNAPCRAFT_PART_INSTALL
after: [tor, obfs4, snowflake-client, meek-client]