summaryrefslogtreecommitdiff
path: root/gentree.py
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2018-05-09 09:55:12 +0200
committerJohannes Berg <johannes.berg@intel.com>2018-05-09 09:55:49 +0200
commit98272f479c2126a135dfcb12484e93d5888164ab (patch)
treebb2e9c39d6b34762dcec62734194dcbeadbbcee0 /gentree.py
parent2612d51d2fb0078212ec78c665805daa524f745b (diff)
spatch: adjust to and require 1.0.6
The spatch tool made an incompatible change in the attribute syntax, adjust to that and require the new version. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'gentree.py')
-rwxr-xr-xgentree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gentree.py b/gentree.py
index 91893ad0..a8fb7082 100755
--- a/gentree.py
+++ b/gentree.py
@@ -625,7 +625,7 @@ def _main():
# Our binary requirements go here
req = reqs.Req()
req.require('git')
- req.coccinelle('1.0.0-rc24')
+ req.coccinelle('1.0.6')
if not req.reqs_match():
sys.exit(1)