mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-06 13:15:49 -05:00
Snapcraft: Try rearranging
This commit is contained in:
parent
56da12ca7b
commit
d56e844dee
@ -115,20 +115,24 @@ parts:
|
|||||||
- qtwayland5
|
- qtwayland5
|
||||||
after: [onionshare-cli]
|
after: [onionshare-cli]
|
||||||
|
|
||||||
onionshare-cli:
|
onionshare-cli:
|
||||||
source: ./cli
|
source: ./cli
|
||||||
plugin: python
|
plugin: python
|
||||||
stage-packages:
|
build-packages:
|
||||||
- build-essential
|
- build-essential
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
- libffi-dev
|
- libffi-dev
|
||||||
- python3-dev
|
- python3-dev
|
||||||
- python3-pip
|
- python3-pip
|
||||||
|
- python3-setuptools
|
||||||
|
stage-packages:
|
||||||
|
- python3-pip
|
||||||
|
- python3-setuptools
|
||||||
override-build: |
|
override-build: |
|
||||||
python3 -m pip install poetry setuptools
|
pip3 install poetry
|
||||||
python3 -m poetry install
|
poetry install
|
||||||
python3 -m poetry build
|
poetry build
|
||||||
python3 -m pip install ./dist/onionshare_cli-*.whl --prefix $SNAPCRAFT_PART_INSTALL
|
pip3 install ./dist/onionshare_cli-*.whl --prefix $SNAPCRAFT_PART_INSTALL
|
||||||
after: [tor, obfs4, snowflake-client, meek-client]
|
after: [tor, obfs4, snowflake-client, meek-client]
|
||||||
|
|
||||||
tor:
|
tor:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user