mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-22 06:19:30 -04:00
Snapcraft: Use build-packages
This commit is contained in:
parent
4e27e75f06
commit
85466651b7
1 changed files with 8 additions and 1 deletions
|
@ -118,6 +118,14 @@ parts:
|
||||||
onionshare-cli:
|
onionshare-cli:
|
||||||
source: ./cli
|
source: ./cli
|
||||||
plugin: python
|
plugin: python
|
||||||
|
build-packages:
|
||||||
|
- build-essential
|
||||||
|
- libssl-dev
|
||||||
|
- libffi-dev
|
||||||
|
- python3-dev
|
||||||
|
- python3-pip
|
||||||
|
- python3-poetry
|
||||||
|
- python3-setuptools
|
||||||
stage-packages:
|
stage-packages:
|
||||||
- build-essential
|
- build-essential
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
|
@ -126,7 +134,6 @@ parts:
|
||||||
- python3-pip
|
- python3-pip
|
||||||
- python3-poetry
|
- python3-poetry
|
||||||
- python3-setuptools
|
- python3-setuptools
|
||||||
- cargo
|
|
||||||
override-build: |
|
override-build: |
|
||||||
poetry install
|
poetry install
|
||||||
poetry build
|
poetry build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue