summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2018-09-12 21:39:30 +0200
committerJohannes Berg <johannes.berg@intel.com>2018-09-12 21:39:30 +0200
commit0795d050c62e04c7c4fd7fcb554756e6adb4ec64 (patch)
tree8cbf6f12a86d6340e2240c95d4fdd2835562cedf
parent1b481348b4564970e3cfa04023f1cc22ce2b6931 (diff)
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 <johannes.berg@intel.com>
-rwxr-xr-xgentree.py2
1 files changed, 1 insertions, 1 deletions
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)