mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-22 20:51:27 -05:00
Snapcraft: Install setuptools before installing onionshare_cli
This commit is contained in:
parent
2b33622b23
commit
84f0bcbec1
@ -14,7 +14,9 @@ confinement: strict
|
||||
architectures:
|
||||
- build-on: amd64
|
||||
- build-on: arm64
|
||||
- build-on: armhf
|
||||
|
||||
# The gnome extension is only available for amd64 and arm64 (https://snapcraft.io/gnome-42-2204-sdk)
|
||||
# - build-on: armhf
|
||||
|
||||
apps:
|
||||
onionshare:
|
||||
@ -128,6 +130,7 @@ parts:
|
||||
python3 -m pip install poetry
|
||||
python3 -m poetry install
|
||||
python3 -m poetry build
|
||||
python3 -m pip install setuptools
|
||||
python3 -m pip install ./dist/onionshare_cli-*.whl --prefix $SNAPCRAFT_PART_INSTALL
|
||||
after: [tor, obfs4, snowflake-client, meek-client]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user