File: use-generic-python.patch

package info (click to toggle)
python-portpicker 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 200 kB
  • ctags: 101
  • sloc: python: 680; makefile: 22; sh: 14
file content (10 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
Description: remove versioned python binary in shebang line
Author: Sascha Steinbiss <satta@debian.org>
--- a/src/portpicker.py
+++ b/src/portpicker.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/python
 #
 # Copyright 2007 Google Inc. All Rights Reserved.
 #