Snapcraft: Try updating pip

This commit is contained in:
Micah Lee 2022-10-02 19:57:33 -07:00
parent 916cf58ac2
commit b6a7c05870

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]