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.
This commit is contained in:
Michael Hudson-Doyle 2019-04-04 15:04:08 +13:00
parent ab633b691a
commit 700d462cb6
1 changed files with 4 additions and 1 deletions

View File

@ -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