summaryrefslogtreecommitdiffstats
path: root/debian/patches/0008-force-python3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0008-force-python3.patch')
-rw-r--r--debian/patches/0008-force-python3.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/patches/0008-force-python3.patch b/debian/patches/0008-force-python3.patch
deleted file mode 100644
index fb92e42ed..000000000
--- a/debian/patches/0008-force-python3.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Author: Sander Klein <debian-bugs@roedie.nl>
-Description: Force usage of python3
- Debian uses Python2 by default. The netdata package installs the
- Python3 dependencies. So, in order to work correctly it must use
- Python3.
-
-diff -Naurp netdata.orig/plugins.d/python.d.plugin netdata/plugins.d/python.d.plugin
---- netdata.orig/plugins.d/python.d.plugin
-+++ netdata/plugins.d/python.d.plugin
-@@ -1,6 +1,4 @@
--#!/usr/bin/env bash
--'''':; exec "$(command -v python || command -v python3 || command -v python2 ||
--echo "ERROR python IS NOT AVAILABLE IN THIS SYSTEM")" "$0" "$@" # '''
-+#!/usr/bin/python3
-
- # -*- coding: utf-8 -*-
- # Description: