mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Ensure the latest setuptools is installed in snapcraft
This commit is contained in:
parent
125d03891f
commit
703ba01032
@ -126,7 +126,9 @@ parts:
|
|||||||
- cargo
|
- cargo
|
||||||
override-build: |
|
override-build: |
|
||||||
python3 -m pip install poetry
|
python3 -m pip install poetry
|
||||||
|
python3 -m pip install setuptools --upgrade
|
||||||
poetry install
|
poetry install
|
||||||
|
poetry run pip install setuptools --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…
Reference in New Issue
Block a user