From f5e2673dfb2102f5f888f695383f212eb0ee6836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Tue, 9 Feb 2021 19:33:13 +0100 Subject: [PATCH] [snap] use 'core18' as base The build with 'base: core' is failing due to f-string usage in pip, which is incompatible with Python 3.5 in core. --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index f458b2c6..dc03b1aa 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -15,7 +15,7 @@ # https://forum.snapcraft.io/c/snapcraft name: gallery-dl license: GPL-2.0 -base: core +base: core18 summary: Download image-galleries and -collections from several image hosting sites description: | `gallery-dl` is a command-line program to download image-galleries and -collections from several image hosting sites (see [Supported Sites][1]). It is a cross-platform tool with many configuration options and powerful filenaming capabilities.