mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Snapcraft: Call python modules with "python3 -m"
This commit is contained in:
parent
233a3fe77c
commit
696c9eaafe
@ -131,9 +131,9 @@ parts:
|
||||
- wheel
|
||||
- poetry
|
||||
override-build: |
|
||||
poetry install
|
||||
poetry build
|
||||
pip install ./dist/onionshare_cli-*.whl --prefix $SNAPCRAFT_PART_INSTALL
|
||||
python3 -m poetry install
|
||||
python3 -m poetry build
|
||||
python3 -m pip install ./dist/onionshare_cli-*.whl --prefix $SNAPCRAFT_PART_INSTALL
|
||||
after: [tor, obfs4, snowflake-client, meek-client]
|
||||
|
||||
tor:
|
||||
|
Loading…
Reference in New Issue
Block a user