aboutsummaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-10-04 10:13:41 -0700
committerMicah Lee <micah@micahflee.com>2022-10-04 10:13:41 -0700
commit85466651b76270bda95f9c245cac839ec427e6f2 (patch)
treedf0c979ce936eb71a82c92ebf78b7980d9675423 /snap
parent4e27e75f066856338cffa789d3fc110ab368ba1a (diff)
downloadonionshare-85466651b76270bda95f9c245cac839ec427e6f2.tar.gz
onionshare-85466651b76270bda95f9c245cac839ec427e6f2.zip
Snapcraft: Use build-packages
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml9
1 files changed, 8 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index e9acc7e4..ae815b5b 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -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