summaryrefslogtreecommitdiff
path: root/debian/patches/stable-release-no-jsonschema-dep.patch
diff options
context:
space:
mode:
authorzsdc <taras@vyos.io>2020-03-11 21:20:58 +0200
committerzsdc <taras@vyos.io>2020-03-11 21:22:23 +0200
commitc6627bc05a57645e6af8b9a5a67e452d9f37e487 (patch)
treeb754b3991e5e57a9ae9155819f73fa0cbd4be269 /debian/patches/stable-release-no-jsonschema-dep.patch
parentca9a4eb26b41c204d1bd3a15586b14a5dde950bb (diff)
parent13e82554728b1cb524438163784e5b955c7c5ed0 (diff)
downloadvyos-cloud-init-c6627bc05a57645e6af8b9a5a67e452d9f37e487.tar.gz
vyos-cloud-init-c6627bc05a57645e6af8b9a5a67e452d9f37e487.zip
Cloud-init: T2117: Updated to 20.1
- Merge 20.1 version from the Canonical repository - Removed unneeded changes in datasources (now only OVF datasource is not equal to upstream's version) - Adapted cc_vyos module to new Cloud-init version - Changed Jenkinsfile to use build scripts, provided by upstream
Diffstat (limited to 'debian/patches/stable-release-no-jsonschema-dep.patch')
-rw-r--r--debian/patches/stable-release-no-jsonschema-dep.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/debian/patches/stable-release-no-jsonschema-dep.patch b/debian/patches/stable-release-no-jsonschema-dep.patch
deleted file mode 100644
index 41cbe98d..00000000
--- a/debian/patches/stable-release-no-jsonschema-dep.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: 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.
-Forwarded: not-needed
-Author: Scott Moser <smoser@ubuntu.com>
-
---- a/requirements.txt
-+++ b/requirements.txt
-@@ -31,7 +31,8 @@ requests
- jsonpatch
-
- # For validating cloud-config sections per schema definitions
--jsonschema
-+## Do not add dependencies to a stable release (SRU).
-+#jsonschema
-
- # For Python 2/3 compatibility
- six