From 3e56de8101e9e352d7b733e031f026568744cb3b Mon Sep 17 00:00:00 2001 From: Julio Montes Date: Thu, 8 Oct 2020 10:53:20 -0500 Subject: [PATCH] snap: specify python version In order to avoid `unmet dependencies` error in the CI, the python version must be specified in the yaml. fixes #877 Signed-off-by: Julio Montes --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 98f577f27..37b2110f2 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -224,7 +224,7 @@ parts: after: [godeps, runtime] build-packages: - gcc - - python + - python3 - zlib1g-dev - libcap-ng-dev - libglib2.0-dev