mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 03:37:28 -03:00
Ensure the latest setuptools is installed in snapcraft
This commit is contained in:
parent
125d03891f
commit
703ba01032
1 changed files with 2 additions and 0 deletions
|
@ -126,7 +126,9 @@ parts:
|
|||
- cargo
|
||||
override-build: |
|
||||
python3 -m pip install poetry
|
||||
python3 -m pip install setuptools --upgrade
|
||||
poetry install
|
||||
poetry run pip install setuptools --upgrade
|
||||
poetry build
|
||||
python3 -m pip install ./dist/onionshare_cli-*.whl --prefix $SNAPCRAFT_PART_INSTALL
|
||||
after: [tor, obfs4, snowflake-client, meek-client]
|
||||
|
|
Loading…
Reference in a new issue