From 98272f479c2126a135dfcb12484e93d5888164ab Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Wed, 9 May 2018 09:55:12 +0200 Subject: 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 --- gentree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gentree.py') 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) -- cgit v1.2.3