File: interpreter-path.patch

package info (click to toggle)
pycsw 2.6.1%2Bdfsg-2
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm
  • size: 11,076 kB
  • sloc: xml: 38,300; python: 11,330; makefile: 179; sh: 3
file content (13 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Fix unusual-interpreter lintian issue.
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: https://github.com/geopython/pycsw/pull/640
Applied-Upstream: https://github.com/geopython/pycsw/commit/5318fbfc5cd111be45728d89dab4ec9f73e65ace

--- a/tests/gen_html.py
+++ b/tests/gen_html.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # =================================================================
 #
 # Authors: Tom Kralidis <tomkralidis@gmail.com>