From cda4956437a49d68b8ef57b6e71f6cd6370f098b Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 27 Nov 2024 11:10:39 +0100 Subject: [PATCH] waypaper: add socat runtime dependency --- recipes-gtk/waypaper/waypaper_git.bb | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/recipes-gtk/waypaper/waypaper_git.bb b/recipes-gtk/waypaper/waypaper_git.bb index 97e3a09..79a0652 100644 --- a/recipes-gtk/waypaper/waypaper_git.bb +++ b/recipes-gtk/waypaper/waypaper_git.bb @@ -4,8 +4,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464" SRC_URI = "git://github.com/anufrievroman/waypaper.git;protocol=https;branch=main" -RDEPENDS:${PN} = "python3-pygobject python3-importlib-metadata python3-platformdirs python3-pillow python3-pathlib2 python3-screeninfo python3-imageio" - inherit python_setuptools_build_meta S = "${WORKDIR}/git" @@ -13,3 +11,14 @@ PV = "2.4" SRCREV = "073626ca91c63cdc68b8a1d17cc77e21ac1e4c0d" FILES:${PN} += "${datadir}" + +RDEPENDS:${PN} = " \ + python3-imageio \ + python3-importlib-metadata \ + python3-pathlib2 \ + python3-pillow \ + python3-platformdirs \ + python3-pygobject \ + python3-screeninfo \ + socat \ +"