File: python3.patch

package info (click to toggle)
dehydrated-hook-ddns-tsig 0.1.4-9
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 292 kB
  • sloc: python: 3,981; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 520 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: changed shebang to Python3
Author: IOhannes m zmölnig
Bug: https://github.com/eferdman/dehydrated-hook-ddns-tsig/issues/21
Last-Update: 2019-12-10
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- dehydrated-hook-ddns-tsig.orig/dehydrated-hook-ddns-tsig.py
+++ dehydrated-hook-ddns-tsig/dehydrated-hook-ddns-tsig.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # dehydrated-hook-ddns-tsig - dns-01 Challenge Hook Script for dehydrated