summaryrefslogtreecommitdiff
path: root/debian/patches/stable-release-no-jsonschema-dep.patch
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-03-11 21:15:45 +0100
committerGitHub <noreply@github.com>2020-03-11 21:15:45 +0100
commitfd87c24ff8f6f09a7e2cc223a4e8cdb8c08f1ef8 (patch)
treeb754b3991e5e57a9ae9155819f73fa0cbd4be269 /debian/patches/stable-release-no-jsonschema-dep.patch
parentca9a4eb26b41c204d1bd3a15586b14a5dde950bb (diff)
parentc6627bc05a57645e6af8b9a5a67e452d9f37e487 (diff)
downloadvyos-cloud-init-fd87c24ff8f6f09a7e2cc223a4e8cdb8c08f1ef8.tar.gz
vyos-cloud-init-fd87c24ff8f6f09a7e2cc223a4e8cdb8c08f1ef8.zip
Merge pull request #4 from zdc/T2117
Cloud-init: T2117: Updated to 20.1 version
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