mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-24 18:22:58 -03:00
Snapcraft: Try updating pip
This commit is contained in:
parent
c71ffa4399
commit
365a7268d2
1 changed files with 5 additions and 4 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue