From 7ff15a3e563557f563a6fadb6954f319899ea526 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 26 Jan 2022 19:13:08 +0100 Subject: Refreshing use-python3.patch. Signed-off-by: Daniel Baumann --- debian/patches/debian/0003-use-python3.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/debian/0003-use-python3.patch b/debian/patches/debian/0003-use-python3.patch index e55089271..95f4e7a52 100644 --- a/debian/patches/debian/0003-use-python3.patch +++ b/debian/patches/debian/0003-use-python3.patch @@ -7,7 +7,7 @@ diff -Naurp netdata.orig/collectors/python.d.plugin/python.d.plugin.in netdata/c @@ -1,21 +1,4 @@ -#!/usr/bin/env bash -'''':; --pybinary=$(which python || which python3 || which python2) +-pybinary=$(which python3 || which python || which python2) -filtered=() -for arg in "$@" -do -- cgit v1.2.3