The new more generic ethernet patches require spatch 1.0.0-rc24. Signed-off-by: Stefan Assmann <sassmann@xxxxxxxxx> --- gentree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentree.py b/gentree.py index 8df3906..edff138 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-rc21') + req.coccinelle('1.0.0-rc24') if not req.reqs_match(): sys.exit(1) -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html