summaryrefslogtreecommitdiff
path: root/debian/patches/stable-release-no-jsonschema-dep.patch
blob: 41cbe98d63445a3647657842ff6a9a1a1b6d89e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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