mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-26 03:02: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
|
- cargo
|
||||||
override-build: |
|
override-build: |
|
||||||
python3 -m pip install poetry
|
python3 -m pip install poetry
|
||||||
poetry install
|
python3 -m poetry install
|
||||||
poetry run pip install setuptools --upgrade
|
python3 -m poetry run pip install pip --upgrade
|
||||||
poetry run pip install wheel --upgrade
|
python3 -m poetry run pip install setuptools --upgrade
|
||||||
poetry build
|
python3 -m poetry run pip install wheel --upgrade
|
||||||
|
python3 -m poetry build
|
||||||
python3 -m pip install ./dist/onionshare_cli-*.whl --prefix $SNAPCRAFT_PART_INSTALL
|
python3 -m pip install ./dist/onionshare_cli-*.whl --prefix $SNAPCRAFT_PART_INSTALL
|
||||||
after: [tor, obfs4, snowflake-client, meek-client]
|
after: [tor, obfs4, snowflake-client, meek-client]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue