mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-08 15:39:27 -04:00
Snapcraft: Call python modules with "python3 -m"
This commit is contained in:
parent
509cdd24bd
commit
3455ed35b3
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue