From 8e87f6bdf7a589e957ee73d701c6d1937b2a8e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Fri, 4 Nov 2016 14:07:29 +0100 Subject: [PATCH] snapcraft.yaml: use newer syntax for python plugin --- snapcraft.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 3652a70..f9c63f6 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,6 +1,7 @@ name: snapstore-example version: 0.3 confinement: strict +grade: devel summary: Minimalist example snap store description: | snapstore is a minimalist example of a "store" for snaps, based on the public @@ -20,7 +21,9 @@ apps: parts: # Setup the python2 environment and grab the dependencies prerequisites: - plugin: python2 + source: . + plugin: python + python-version: python2 requirements: requirements.txt # Copy in the store executable. It's done in a separate part since there's no