From 305f53fbec01a8967d437f5bb43c8528bb679c22 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Tue, 21 Jul 2020 21:03:20 +0200 Subject: [PATCH] Move order in deps --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index edd8c8963..47224f59f 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -60,11 +60,11 @@ parts: # effect so we now stage the file to keep the auto-generated cffi file. stage-packages: - libaugeas0 + - libpython3.8-dev # added to stage python: - libpython3-stdlib - libpython3.8-stdlib - libpython3.8-minimal - - libpython3.8-dev - python3-pip - python3-setuptools - python3-wheel