From b393eeb9b577feafc55c765c8594ce837492bb54 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 4 Jul 2022 17:59:51 -0400 Subject: Remove python-version from snapcraft.yaml because it's not supported in core20 --- snap/snapcraft.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'snap') 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: -- cgit v1.2.3-54-g00ecf