From 4ed59fada20bfdee0797972e5707ce7dc4885ec4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Feb 2021 12:57:05 +0100 Subject: Refreshing use-system-python.patch. Signed-off-by: Daniel Baumann --- debian/patches/debian/0001-use-system-python.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/patches/debian/0001-use-system-python.patch b/debian/patches/debian/0001-use-system-python.patch index f29b6c7be..6f649cf12 100644 --- a/debian/patches/debian/0001-use-system-python.patch +++ b/debian/patches/debian/0001-use-system-python.patch @@ -4,9 +4,9 @@ Description: Ignore embedded python modules. diff -Naurp netdata.orig/collectors/python.d.plugin/Makefile.am netdata/collectors/python.d.plugin/Makefile.am --- netdata.orig/collectors/python.d.plugin/Makefile.am +++ netdata/collectors/python.d.plugin/Makefile.am -@@ -138,109 +138,3 @@ dist_third_party_DATA = \ - python_modules/third_party/boinc_client.py \ +@@ -145,109 +145,3 @@ dist_third_party_DATA = \ python_modules/third_party/monotonic.py \ + python_modules/third_party/filelock.py \ $(NULL) - -pythonyaml2dir=$(pythonmodulesdir)/pyyaml2 @@ -117,7 +117,7 @@ diff -Naurp netdata.orig/collectors/python.d.plugin/Makefile.am netdata/collecto diff -Naurp netdata.orig/collectors/python.d.plugin/python_modules/bases/loaders.py netdata/collectors/python.d.plugin/python_modules/bases/loaders.py --- netdata.orig/collectors/python.d.plugin/python_modules/bases/loaders.py +++ netdata/collectors/python.d.plugin/python_modules/bases/loaders.py -@@ -11,9 +11,9 @@ PY_VERSION = version_info[:2] +@@ -10,9 +10,9 @@ PY_VERSION = version_info[:2] try: if PY_VERSION > (3, 1): -- cgit v1.2.3