diff options
-rw-r--r-- | debian/patches/debian/0003-use-python3.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/debian/0003-use-python3.patch b/debian/patches/debian/0003-use-python3.patch index 95f4e7a52..be166f10f 100644 --- a/debian/patches/debian/0003-use-python3.patch +++ b/debian/patches/debian/0003-use-python3.patch @@ -1,9 +1,9 @@ Author: Sander Klein <debian-bugs@roedie.nl> Description: Debian uses by default python 2 instead of python3. -diff -Naurp netdata.orig/collectors/python.d.plugin/python.d.plugin.in netdata/collectors/python.d.plugin/python.d.plugin.in ---- netdata.orig/collectors/python.d.plugin/python.d.plugin.in -+++ netdata/collectors/python.d.plugin/python.d.plugin.in +diff -Naurp netdata.orig/src/collectors/python.d.plugin/python.d.plugin.in netdata/src/collectors/python.d.plugin/python.d.plugin.in +--- netdata.orig/src/collectors/python.d.plugin/python.d.plugin.in ++++ netdata/src/collectors/python.d.plugin/python.d.plugin.in @@ -1,21 +1,4 @@ -#!/usr/bin/env bash -'''':; |