summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/patches/0004-use-system-python-yaml-library.patch8
1 files changed, 1 insertions, 7 deletions
diff --git a/debian/patches/0004-use-system-python-yaml-library.patch b/debian/patches/0004-use-system-python-yaml-library.patch
index c4a0912b0..8e4ab5e8c 100644
--- a/debian/patches/0004-use-system-python-yaml-library.patch
+++ b/debian/patches/0004-use-system-python-yaml-library.patch
@@ -6,11 +6,9 @@ Subject: use system python-yaml library
plugins.d/python.d.plugin | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
-diff --git a/plugins.d/python.d.plugin b/plugins.d/python.d.plugin
-index b4e6473..867fe5b 100755
--- a/plugins.d/python.d.plugin
+++ b/plugins.d/python.d.plugin
-@@ -55,19 +55,11 @@ except (AssertionError, ImportError):
+@@ -55,15 +55,8 @@
msg.info('Using python v2')
except ImportError:
msg.fatal('Cannot start. No importlib.machinery on python3 or lack of imp on python2')
@@ -27,7 +25,3 @@ index b4e6473..867fe5b 100755
except ImportError:
msg.fatal('Cannot find yaml library')
--
- class PythonCharts(object):
- """
- Main class used to control every python module.