2017-11-28 11:27:21 +01:00
|
|
|
From: Jan Engelhardt <jengelh@inai.de>
|
|
|
|
Date: 2017-11-28 11:24:59.025640109 +0100
|
|
|
|
|
|
|
|
Don't choose arbitrary python interpreters from $PATH.
|
|
|
|
(It also misleads the rpm autodep scanner.)
|
|
|
|
---
|
|
|
|
tools/pycocci | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
2021-09-21 09:21:26 +02:00
|
|
|
Index: coccinelle-1.1.0/tools/pycocci
|
2017-11-28 11:27:21 +01:00
|
|
|
===================================================================
|
2021-09-21 09:21:26 +02:00
|
|
|
--- coccinelle-1.1.0.orig/tools/pycocci
|
|
|
|
+++ coccinelle-1.1.0/tools/pycocci
|
2017-11-28 11:27:21 +01:00
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
-#!/usr/bin/env python
|
2021-09-21 09:21:26 +02:00
|
|
|
+#!/usr/bin/python3
|
2017-11-28 11:27:21 +01:00
|
|
|
#
|
|
|
|
# Copyright (c) 2014 Luis R. Rodriguez <mcgrof@suse.com>
|
|
|
|
# Copyright (c) 2013 Johannes Berg <johannes@sipsolutions.net>
|