From 65ba816859d55c06b5ef3f8f5333ee992c4588e9 Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Thu, 24 Sep 2020 12:19:30 +0200 Subject: [PATCH] Try to fix Snap package with sqite3 new depend --- build-aux/snap/snapcraft.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-aux/snap/snapcraft.yaml b/build-aux/snap/snapcraft.yaml index 921a147ba..e7edef105 100644 --- a/build-aux/snap/snapcraft.yaml +++ b/build-aux/snap/snapcraft.yaml @@ -91,8 +91,10 @@ parts: after: [kde-sdk-setup] plugin: nil source: . - build-packages: + stage-packages: [ git, sqlite3 ] + build-packages: - git + - libsqlite3-dev override-pull: | snapcraftctl pull snap_version=$(git describe --dirty)