From 700d462cb66f420dba37e41fb3e20ed4dddd28b7 Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Thu, 4 Apr 2019 15:04:08 +1300 Subject: [PATCH] take jsonschema from probert probert has a requirements.txt that pins the version to the version currently in the archive whereas curtin's is unversioned. --- snapcraft.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 364fded9..05fda68c 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -29,7 +29,10 @@ parts: requirements: requirements.txt organize: 'lib/python*/site-packages/usr/lib/curtin': 'usr/lib/' - stage: [ "*", "-lib/python*/site-packages/_yaml.*.so" ] + stage: + - "*" + - "-lib/python*/site-packages/_yaml.*.so" + - "-lib/python*/site-packages/jsonschema" stage-packages: [libc6] subiquity: plugin: python