File: 0001-Fix-python-interpreter-location.patch

package info (click to toggle)
os-autoinst 5.1753993900.1487e479-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 49,732 kB
  • sloc: perl: 24,558; cpp: 1,646; sh: 464; python: 232; makefile: 77; xml: 59
file content (21 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: =?utf-8?b?RnLDqWTDqXJpYyBCb25uYXJk?= <frediz@debian.org>
Date: Thu, 5 Nov 2020 15:34:35 +0100
Subject: Fix python interpreter location

According to https://www.debian.org/doc/packaging-manuals/python-policy/ch-python.html#s-interpreter_loc

Forwarded: not-needed
---
 script/crop.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/crop.py b/script/crop.py
index 1b8342f..41ce089 100755
--- a/script/crop.py
+++ b/script/crop.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 # Copyright 2013-2016 SUSE LLC
 # SPDX-License-Identifier: MIT