mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-13 09:26:37 -04:00
Snapcraft: Try installing python3-setuptools
This commit is contained in:
parent
b6a7c05870
commit
95b28524c8
@ -123,13 +123,11 @@ parts:
|
||||
- libffi-dev
|
||||
- python3-dev
|
||||
- python3-pip
|
||||
- python3-setuptools
|
||||
- cargo
|
||||
override-build: |
|
||||
python3 -m pip install poetry
|
||||
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 pip install ./dist/onionshare_cli-*.whl --prefix $SNAPCRAFT_PART_INSTALL
|
||||
after: [tor, obfs4, snowflake-client, meek-client]
|
||||
|
Loading…
x
Reference in New Issue
Block a user