mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-07 14:23:01 -04:00
Snapcraft: Try installing python3-setuptools
This commit is contained in:
parent
b6a7c05870
commit
95b28524c8
1 changed files with 1 additions and 3 deletions
|
@ -123,13 +123,11 @@ parts:
|
||||||
- libffi-dev
|
- libffi-dev
|
||||||
- python3-dev
|
- python3-dev
|
||||||
- python3-pip
|
- python3-pip
|
||||||
|
- python3-setuptools
|
||||||
- cargo
|
- cargo
|
||||||
override-build: |
|
override-build: |
|
||||||
python3 -m pip install poetry
|
python3 -m pip install poetry
|
||||||
python3 -m poetry install
|
python3 -m poetry install
|
||||||
python3 -m poetry run pip install pip --upgrade
|
|
||||||
python3 -m poetry run pip install setuptools --upgrade
|
|
||||||
python3 -m poetry run pip install wheel --upgrade
|
|
||||||
python3 -m poetry build
|
python3 -m 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…
Add table
Add a link
Reference in a new issue