diff options
author | Scott Moser <smoser@brickies.net> | 2017-06-29 16:56:59 -0400 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2017-06-29 17:04:24 -0400 |
commit | 0debd0ab3104812e92f6927c91d38fbeec768d98 (patch) | |
tree | 14af42ab103e572346416f9bc9cb52b6773bf23f /debian/patches/series | |
parent | 054f809941e5809e3225ca37513a309847db3896 (diff) | |
download | vyos-cloud-init-0debd0ab3104812e92f6927c91d38fbeec768d98.tar.gz vyos-cloud-init-0debd0ab3104812e92f6927c91d38fbeec768d98.zip |
Remove the optional dependency on jsonschema for stable release.
To make this acceptable as a SRU we keep the same dependencies as are
in the stable release.
The '${python3:Depends}' in debian/control would automatically add the
dependency if it is seen in requirements.txt.
Add a patch stable-release-no-jsonschema-dep.patch to fix.
Diffstat (limited to 'debian/patches/series')
-rw-r--r-- | debian/patches/series | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/patches/series b/debian/patches/series index 7669c82f..7e909afc 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ azure-use-walinux-agent.patch ds-identify-behavior-xenial.patch +stable-release-no-jsonschema-dep.patch |