From: Trevor Gamblin Date: Mon, 10 Jul 2023 14:28:24 +0000 (-0400) Subject: diffoscope: add missing RDEPENDS and alphabetize X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~355 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afe7f5ad6b3e4fb532f064c3993d0d612b503fbe;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git diffoscope: add missing RDEPENDS and alphabetize Signed-off-by: Trevor Gamblin Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-support/diffoscope/diffoscope_243.bb b/meta/recipes-support/diffoscope/diffoscope_243.bb index a73ad6da9ea..5cdc2caf105 100644 --- a/meta/recipes-support/diffoscope/diffoscope_243.bb +++ b/meta/recipes-support/diffoscope/diffoscope_243.bb @@ -14,7 +14,20 @@ inherit pypi setuptools3 SRC_URI[sha256sum] = "3ce7ff00d72ffd9c904d1d93a4a147208878f56e8f0286073533615689d840b1" -RDEPENDS:${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm" +RDEPENDS:${PN} += "\ + binutils \ + python3-curses \ + python3-difflib \ + python3-fcntl \ + python3-json \ + python3-libarchive-c \ + python3-magic \ + python3-multiprocessing \ + python3-pprint \ + python3-rpm \ + squashfs-tools \ + vim \ + " # Dependencies don't build for musl COMPATIBLE_HOST:libc-musl = 'null'