aboutsummaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-07-04 17:59:51 -0400
committerMicah Lee <micah@micahflee.com>2022-07-04 17:59:51 -0400
commitb393eeb9b577feafc55c765c8594ce837492bb54 (patch)
treeaa86bf7286d8cc517a252f09278b7f14e5b6fb3e /snap
parentc3f09acd0afa4c6d8aa849e55fe37b38e2509655 (diff)
downloadonionshare-b393eeb9b577feafc55c765c8594ce837492bb54.tar.gz
onionshare-b393eeb9b577feafc55c765c8594ce837492bb54.zip
Remove python-version from snapcraft.yaml because it's not supported in core20
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml8
1 files changed, 3 insertions, 5 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 58eb9ce2..5c85f6d4 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -12,9 +12,9 @@ grade: stable # stable or devel
confinement: strict
architectures:
-- build-on: amd64
-- build-on: arm64
-- build-on: armhf
+ - build-on: amd64
+ - build-on: arm64
+ - build-on: armhf
apps:
onionshare:
@@ -45,7 +45,6 @@ parts:
onionshare:
source: ./desktop
plugin: python
- python-version: python3
python-packages:
- setuptools
- qrcode
@@ -121,7 +120,6 @@ parts:
onionshare-cli:
source: ./cli
plugin: python
- python-version: python3
python-packages:
- poetry
stage-packages: