From 0795d050c62e04c7c4fd7fcb554756e6adb4ec64 Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Wed, 12 Sep 2018 21:39:30 +0200 Subject: gentree: bump coccinelle/spatch requirement to 1.0.7 The 1.0.6 release was actually not compatible with the attribute name syntax we use, and the confusion around 1.0.7 finally got cleared up, and that should work. Signed-off-by: Johannes Berg --- gentree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentree.py b/gentree.py index a8fb7082..3273eede 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.6') + req.coccinelle('1.0.7') if not req.reqs_match(): sys.exit(1) -- cgit v1.2.3