mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-23 22:39:41 -05:00
Snapcraft: Use build-packages
This commit is contained in:
parent
4e27e75f06
commit
85466651b7
@ -118,6 +118,14 @@ parts:
|
||||
onionshare-cli:
|
||||
source: ./cli
|
||||
plugin: python
|
||||
build-packages:
|
||||
- build-essential
|
||||
- libssl-dev
|
||||
- libffi-dev
|
||||
- python3-dev
|
||||
- python3-pip
|
||||
- python3-poetry
|
||||
- python3-setuptools
|
||||
stage-packages:
|
||||
- build-essential
|
||||
- libssl-dev
|
||||
@ -126,7 +134,6 @@ parts:
|
||||
- python3-pip
|
||||
- python3-poetry
|
||||
- python3-setuptools
|
||||
- cargo
|
||||
override-build: |
|
||||
poetry install
|
||||
poetry build
|
||||
|
Loading…
Reference in New Issue
Block a user