summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-25 11:30:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-25 14:49:41 +0000
commitc708112f958bce0516f28d1b9b3d5210c2c1eb0d (patch)
tree595192f1d36cb168d2c94643f06443f19672165e
parentAdding upstream target in rules. (diff)
downloadnetdata-c708112f958bce0516f28d1b9b3d5210c2c1eb0d.tar.xz
netdata-c708112f958bce0516f28d1b9b3d5210c2c1eb0d.zip
Removing use-system-python.patch, not needed anymore.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/debian/0001-use-system-python.patch18
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/debian/0001-use-system-python.patch b/debian/patches/debian/0001-use-system-python.patch
deleted file mode 100644
index b52273910..000000000
--- a/debian/patches/debian/0001-use-system-python.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Author: Lennart Weller <lhw@ring0.de>
-Description: Ignore embedded python modules.
-
-diff -Naurp netdata.orig/src/collectors/python.d.plugin/python_modules/bases/loaders.py netdata/src/collectors/python.d.plugin/python_modules/bases/loaders.py
---- netdata.orig/src/collectors/python.d.plugin/python_modules/bases/loaders.py
-+++ netdata/src/collectors/python.d.plugin/python_modules/bases/loaders.py
-@@ -9,10 +9,7 @@ from sys import version_info
- PY_VERSION = version_info[:2]
-
- try:
-- if PY_VERSION > (3, 1):
-- from pyyaml3 import SafeLoader as YamlSafeLoader
-- else:
-- from pyyaml2 import SafeLoader as YamlSafeLoader
-+ from yaml import SafeLoader as YamlSafeLoader
- except ImportError:
- from yaml import SafeLoader as YamlSafeLoader
-
diff --git a/debian/patches/series b/debian/patches/series
index 93918bcc1..17a2f5a33 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-debian/0001-use-system-python.patch
debian/0003-use-python3.patch
debian/0004-use-bash.patch
debian/0005-send-email.patch