mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-25 23:55:36 -04:00
Snapcraft: Call python modules with "python3 -m"
This commit is contained in:
parent
233a3fe77c
commit
696c9eaafe
1 changed files with 3 additions and 3 deletions
|
@ -131,9 +131,9 @@ parts:
|
||||||
- wheel
|
- wheel
|
||||||
- poetry
|
- poetry
|
||||||
override-build: |
|
override-build: |
|
||||||
poetry install
|
python3 -m poetry install
|
||||||
poetry build
|
python3 -m poetry build
|
||||||
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]
|
||||||
|
|
||||||
tor:
|
tor:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue