From fd7d3be3cfa0ce421fe201bc4f557f6cefd536ea Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 19 May 2020 12:06:47 -0700 Subject: [PATCH] Trivially upgrade to core20? --- snap/snapcraft.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 3b5d98f2d..19fd9bfd6 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -15,7 +15,7 @@ description: | - Help you revoke the certificate if that ever becomes necessary. confinement: classic grade: devel -base: core18 +base: core20 adopt-info: certbot apps: @@ -60,7 +60,7 @@ parts: snapcraftctl set-version `cd $SNAPCRAFT_PART_SRC && git describe|sed s/^v//` # Workaround for lack of site-packages leading to empty sitecustomize.py stage: - - -usr/lib/python3.6/sitecustomize.py + - -usr/lib/python3.8/sitecustomize.py certbot-apache: plugin: python source: . @@ -71,7 +71,7 @@ parts: stage-packages: [libaugeas0] stage: # Prefer cffi - - -lib/python3.6/site-packages/augeas.py + - -lib/python3.8/site-packages/augeas.py certbot-nginx: plugin: python source: .