mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-22 05:24:14 -04:00
Snapcraft: Try installing wheel
This commit is contained in:
parent
7fc834ec29
commit
c71ffa4399
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ parts:
|
||||||
python3 -m pip install poetry
|
python3 -m pip install poetry
|
||||||
poetry install
|
poetry install
|
||||||
poetry run pip install setuptools --upgrade
|
poetry run pip install setuptools --upgrade
|
||||||
|
poetry run pip install wheel --upgrade
|
||||||
poetry build
|
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
Add a link
Reference in a new issue