netdata: added Python as rdepends

Netdata has plugins.  Some of the written in Python.

Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Jan Vermaete 2023-12-06 16:07:53 +01:00 committed by Khem Raj
parent 6fd6bd049c
commit 33245220ad
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -80,4 +80,4 @@ do_install:append() {
FILES:${PN} += "${localstatedir}/cache/netdata/ ${localstatedir}/lib/netdata/"
RDEPENDS:${PN} = "bash zlib"
RDEPENDS:${PN} = "bash python3-core zlib"